CollectionOperationsExtensions.GetUsageSummary メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要求された期間のコレクション使用量の概要を取得します。
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 です。
戻り値
コレクション使用量の課金の概要。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET