ICollectionOperations.GetUsageDetailsAsync Method

Definition

Gets the summary of collection usage for the requested period.

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

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.

locale
String

The locale value which will be applied to the generated usage report.

cancellationToken
CancellationToken

Cancellation token.

Returns

The collection usage billing details.

Applies to