Uses of Class
com.azure.resourcemanager.storage.fluent.models.UsageInner
Packages that use UsageInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
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 UsageInnerModifier and TypeMethodDescriptioncom.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.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return UsageInnerModifier and TypeMethodDescriptionstatic UsageInnerUsageInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UsageInner from the JsonReader. -
Uses of UsageInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type UsageInnerModifier and TypeMethodDescriptionUsageListResult.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 UsageInnerModifier and TypeMethodDescriptionUsageListResult.withValue(List<UsageInner> value) Set the value property: Gets or sets the list of Storage Resource Usages.