CollectionOperationsExtensions.GetUsageSummaryAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要求された期間のコレクションの使用状況の概要を取得します。
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionUsageSummaryListResult> GetUsageSummaryAsync(this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations, string collectionName, string year, string month);
static member GetUsageSummaryAsync : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionUsageSummaryListResult>
<Extension()>
Public Function GetUsageSummaryAsync (operations As ICollectionOperations, collectionName As String, year As String, month As String) As Task(Of 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