ICollectionOperations.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 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET