Uses of Class
com.azure.resourcemanager.storage.fluent.models.UsageInner
-
Packages that use UsageInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of UsageInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type UsageInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<UsageInner>UsagesClient. listByLocation(String location)Gets the current usage count and the limit for the resources of the location under the subscription.com.azure.core.http.rest.PagedIterable<UsageInner>UsagesClient. listByLocation(String location, com.azure.core.util.Context context)Gets the current usage count and the limit for the resources of the location under the subscription.com.azure.core.http.rest.PagedFlux<UsageInner>UsagesClient. listByLocationAsync(String location)Gets the current usage count and the limit for the resources of the location under the subscription. -
Uses of UsageInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type UsageInner Modifier and Type Method Description List<UsageInner>UsageListResult. value()Get the value property: Gets or sets the list of Storage Resource Usages.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type UsageInner Modifier and Type Method Description UsageListResultUsageListResult. withValue(List<UsageInner> value)Set the value property: Gets or sets the list of Storage Resource Usages.
-