Uses of Class
com.azure.resourcemanager.storage.models.Dimension
Packages that use Dimension
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of Dimension in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type DimensionModifier and TypeClassDescriptionfinal classDimension of blobs, possibly be blob type or access tier.Methods in com.azure.resourcemanager.storage.models that return DimensionModifier and TypeMethodDescriptionstatic DimensionDimension.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Dimension from the JsonReader.Dimension.withDisplayName(String displayName) Set the displayName property: Display name of dimension.Set the name property: Display name of dimension.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type DimensionModifier and TypeMethodDescriptionMetricSpecification.dimensions()Get the dimensions property: Dimensions of blobs, including blob type and access tier.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type DimensionModifier and TypeMethodDescriptionMetricSpecification.withDimensions(List<Dimension> dimensions) Set the dimensions property: Dimensions of blobs, including blob type and access tier.