Uses of Class
com.microsoft.store.partnercenter.models.utilizations.AzureUtilizationGranularity
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.utilizations | |
| com.microsoft.store.partnercenter.utilization |
-
Uses of AzureUtilizationGranularity in com.microsoft.store.partnercenter.models.utilizations
Methods in com.microsoft.store.partnercenter.models.utilizations that return AzureUtilizationGranularity Modifier and Type Method Description static AzureUtilizationGranularityAzureUtilizationGranularity. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureUtilizationGranularity[]AzureUtilizationGranularity. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AzureUtilizationGranularity in com.microsoft.store.partnercenter.utilization
Methods in com.microsoft.store.partnercenter.utilization with parameters of type AzureUtilizationGranularity Modifier and Type Method Description ResourceCollection<AzureUtilizationRecord>AzureUtilizationCollectionOperations. query(org.joda.time.DateTime startTime, org.joda.time.DateTime endTime, AzureUtilizationGranularity granularity, boolean showDetails, int size)Retrieves utilization records for the Azure subscription.ResourceCollection<AzureUtilizationRecord>IAzureUtilizationCollection. query(org.joda.time.DateTime startTime, org.joda.time.DateTime endTime, AzureUtilizationGranularity granularity, boolean showDetails, int size)Retrieves utilization records for the Azure subscription.