IWsDBaaSGetScheduledOperationExecutions Method
|
This method gets the information of all the executions of a specific scheduled operation
Namespace:
Aruba.Cloud.WsDBaaS
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<List<ScheduledOperationExecutionResponse>> GetScheduledOperationExecutions(
GetScheduledOperationExecutionsRequest request
)
<OperationContractAttribute>
Function GetScheduledOperationExecutions (
request As GetScheduledOperationExecutionsRequest
) As WsResult(Of List(Of ScheduledOperationExecutionResponse))
[OperationContractAttribute]
WsResult<List<ScheduledOperationExecutionResponse^>^>^ GetScheduledOperationExecutions(
GetScheduledOperationExecutionsRequest^ request
)
[<OperationContractAttribute>]
abstract GetScheduledOperationExecutions :
request : GetScheduledOperationExecutionsRequest -> WsResult<List<ScheduledOperationExecutionResponse>>
function GetScheduledOperationExecutions(
request : GetScheduledOperationExecutionsRequest
) : WsResult<List<ScheduledOperationExecutionResponse>>
Parameters
- request
- Type: Aruba.Cloud.WsDBaaS.RequestsGetScheduledOperationExecutionsRequest
Return Value
Type:
WsResultListScheduledOperationExecutionResponse
See Also