CollectionOperationsExtensions.GetUsageSummaryAsync 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 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
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