IWsCloudStorageGetJobs Method
|
Get a list of Job and income associated with the account indicated. By the method GetJobs (), you can get a list of objects of class Job representing the operations currently in the Running state and Waiting and going to work on the different resources.
Namespace:
Aruba.Cloud.WsCloudStorage
Assembly:
WsCloudStorage (in WsCloudStorage.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
[RBACAttribute("get", "Aruba.CloudStorage", "storageAccounts/0/jobs")]
WsResult<List<CloudStorageJob>> GetJobs()<OperationContractAttribute>
<RBACAttribute("get", "Aruba.CloudStorage", "storageAccounts/0/jobs")>
Function GetJobs As WsResult(Of List(Of CloudStorageJob))[OperationContractAttribute]
[RBACAttribute(L"get", L"Aruba.CloudStorage", L"storageAccounts/0/jobs")]
WsResult<List<CloudStorageJob^>^>^ GetJobs()
[<OperationContractAttribute>]
[<RBACAttribute("get", "Aruba.CloudStorage", "storageAccounts/0/jobs")>]
abstract GetJobs : unit -> WsResult<List<CloudStorageJob>>
function GetJobs() : WsResult<List<CloudStorageJob>>
Return Value
Type:
WsResultListCloudStorageJob
See Also