ICollectionOperations.GetUsageSummaryAsync Method

Definition

Gets the summary of collection usage for the requested period.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionUsageSummaryListResult> GetUsageSummaryAsync (string collectionName, string year, string month, System.Threading.CancellationToken cancellationToken);
abstract member GetUsageSummaryAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionUsageSummaryListResult>
Public Function GetUsageSummaryAsync (collectionName As String, year As String, month As String, cancellationToken As CancellationToken) As Task(Of CollectionUsageSummaryListResult)

Parameters

collectionName
String

The collection name.

year
String

The billing year in YYYY format.

month
String

The billing month in range of 01 through 12 inclusive.

cancellationToken
CancellationToken

Cancellation token.

Returns

The collection usage billing summary.

Applies to