CollectionOperationsExtensions.GetUsageSummary Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET