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]
WsResult<List<CloudStorageAccountUsage>> GetCloudStorageAccountsUsage()
<OperationContractAttribute>
Function GetCloudStorageAccountsUsage As WsResult(Of List(Of CloudStorageAccountUsage))
[OperationContractAttribute]
WsResult<List<CloudStorageAccountUsage^>^>^ GetCloudStorageAccountsUsage()
[<OperationContractAttribute>]
abstract GetCloudStorageAccountsUsage : unit -> WsResult<List<CloudStorageAccountUsage>>
function GetCloudStorageAccountsUsage() : WsResult<List<CloudStorageAccountUsage>>
Return Value
Type:
WsResultListCloudStorageAccountUsage
See Also