次の方法で共有


CollectionOperationsExtensions.GetUsageSummary メソッド

定義

要求された期間のコレクション使用量の概要を取得します。

public static Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionUsageSummaryListResult GetUsageSummary(this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations, string collectionName, string year, string month);
static member GetUsageSummary : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations * string * string * string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionUsageSummaryListResult
<Extension()>
Public Function GetUsageSummary (operations As ICollectionOperations, collectionName As String, year As String, month As String) As CollectionUsageSummaryListResult

パラメーター

operations
ICollectionOperations

Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations への参照。

collectionName
String

必須。 コレクション名。

year
String

必須です。 YYYY 形式の請求年。

month
String

必須。 請求月の範囲は 01 から 12 です。

戻り値

コレクション使用量の課金の概要。

適用対象