CollectionOperationsExtensions.GetUsageSummary Method

Definition

Gets the summary of collection usage for the requested period.

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

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