IWsCloudStorageGetCloudStorageAccountStatistics Method
|
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/{cloudStorageAccountID}/storageAccountStatistics")]
WsResult<List<CloudStorageAccountStatistics>> GetCloudStorageAccountStatistics(
int cloudStorageAccountID,
string resourceTypeID,
string periodType
)<OperationContractAttribute>
<RBACAttribute("get", "Aruba.CloudStorage", "storageAccounts/{cloudStorageAccountID}/storageAccountStatistics")>
Function GetCloudStorageAccountStatistics (
cloudStorageAccountID As Integer,
resourceTypeID As String,
periodType As String
) As WsResult(Of List(Of CloudStorageAccountStatistics))[OperationContractAttribute]
[RBACAttribute(L"get", L"Aruba.CloudStorage", L"storageAccounts/{cloudStorageAccountID}/storageAccountStatistics")]
WsResult<List<CloudStorageAccountStatistics^>^>^ GetCloudStorageAccountStatistics(
int cloudStorageAccountID,
String^ resourceTypeID,
String^ periodType
)[<OperationContractAttribute>]
[<RBACAttribute("get", "Aruba.CloudStorage", "storageAccounts/{cloudStorageAccountID}/storageAccountStatistics")>]
abstract GetCloudStorageAccountStatistics :
cloudStorageAccountID : int *
resourceTypeID : string *
periodType : string -> WsResult<List<CloudStorageAccountStatistics>>
function GetCloudStorageAccountStatistics(
cloudStorageAccountID : int,
resourceTypeID : String,
periodType : String
) : WsResult<List<CloudStorageAccountStatistics>>
Parameters
- cloudStorageAccountID
- Type: SystemInt32
- resourceTypeID
- Type: SystemString
- periodType
- Type: SystemString
Return Value
Type:
WsResultListCloudStorageAccountStatistics
See Also