ICollectionOperations.GetUsageDetailsAsync 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.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
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