IWsCloudStorageGetCloudStorageAccountsUsage Method
|
By the method GetCloudStorageAccountsusage you can show the list of your accounts with the usage of 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/usage")]
WsResult<List<CloudStorageAccountUsage>> GetCloudStorageAccountsUsage()<OperationContractAttribute>
<RBACAttribute("get", "Aruba.CloudStorage", "storageAccounts/usage")>
Function GetCloudStorageAccountsUsage As WsResult(Of List(Of CloudStorageAccountUsage))[OperationContractAttribute]
[RBACAttribute(L"get", L"Aruba.CloudStorage", L"storageAccounts/usage")]
WsResult<List<CloudStorageAccountUsage^>^>^ GetCloudStorageAccountsUsage()
[<OperationContractAttribute>]
[<RBACAttribute("get", "Aruba.CloudStorage", "storageAccounts/usage")>]
abstract GetCloudStorageAccountsUsage : unit -> WsResult<List<CloudStorageAccountUsage>>
function GetCloudStorageAccountsUsage() : WsResult<List<CloudStorageAccountUsage>>
Return Value
Type:
WsResultListCloudStorageAccountUsage
See Also