CollectionOperationsExtensions.GetUsageDetails 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.CollectionUsageDetailsResult GetUsageDetails (this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations, string collectionName, string year, string month, string locale);
static member GetUsageDetails : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations * string * string * string * string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionUsageDetailsResult
<Extension()>
Public Function GetUsageDetails (operations As ICollectionOperations, collectionName As String, year As String, month As String, locale As String) As CollectionUsageDetailsResult
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.
- locale
- String
Required. The locale value which will be applied to the generated usage report.
Returns
The collection usage billing details.
Applies to
Azure SDK for .NET