IJsonPostWsEndUserGetScheduledOperations Method
|
Retrieve operations including scheduled between the two dates. By the method GetScheduledOperations () of Aruba WsEndUser
you can retrieve all scheduled operations between 2 dates and belonging to the authenticated user.
Namespace:
Aruba.Cloud.WsEndUser
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)]
Stream GetScheduledOperations(
GetScheduledOperationRequest request
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json)>
Function GetScheduledOperations (
request As GetScheduledOperationRequest
) As Stream
[OperationContractAttribute]
[WebInvokeAttribute(Method = L"POST", ResponseFormat = WebMessageFormat::Json)]
Stream^ GetScheduledOperations(
GetScheduledOperationRequest^ request
)
[<OperationContractAttribute>]
[<WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)>]
abstract GetScheduledOperations :
request : GetScheduledOperationRequest -> Stream
function GetScheduledOperations(
request : GetScheduledOperationRequest
) : Stream
Parameters
- request
- Type: Aruba.Cloud.WsEndUser.JsonGetScheduledOperationRequest
Return Value
Type:
Stream
See Also