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
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