IWsCloudStorageGetCloudStorageAccountStatistics Method
|
Namespace:
Aruba.Cloud.WsCloudStorage
Assembly:
WsCloudStorage (in WsCloudStorage.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<List<CloudStorageAccountStatistics>> GetCloudStorageAccountStatistics(
int cloudStorageAccountID,
string resourceTypeID,
string periodType
)
<OperationContractAttribute>
Function GetCloudStorageAccountStatistics (
cloudStorageAccountID As Integer,
resourceTypeID As String,
periodType As String
) As WsResult(Of List(Of CloudStorageAccountStatistics))
[OperationContractAttribute]
WsResult<List<CloudStorageAccountStatistics^>^>^ GetCloudStorageAccountStatistics(
int cloudStorageAccountID,
String^ resourceTypeID,
String^ periodType
)
[<OperationContractAttribute>]
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