Uses of Class
com.azure.resourcemanager.storage.models.Dimension
-
Packages that use Dimension Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Dimension in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return Dimension Modifier and Type Method Description DimensionDimension. withDisplayName(String displayName)Set the displayName property: Display name of dimension.DimensionDimension. withName(String name)Set the name property: Display name of dimension.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>MetricSpecification. 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 Dimension Modifier and Type Method Description MetricSpecificationMetricSpecification. withDimensions(List<Dimension> dimensions)Set the dimensions property: Dimensions of blobs, including blob type and access tier.
-