CollectionOperationsExtensions.GetUsageSummaryAsync Method

Definition

Gets the summary of collection usage for the requested period.

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)

Parameters

operations
ICollectionOperations

Reference to the Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations.

collectionName
String

Required. The collection name.

year
String

Required. The billing year in YYYY format.

month
String

Required. The billing month in range of 01 through 12 inclusive.

Returns

The collection usage billing summary.

Applies to