Uses of Class
com.microsoft.azure.management.storage.Dimension
Packages that use Dimension
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of Dimension in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return DimensionModifier and TypeMethodDescriptionDimension.withDisplayName
(String displayName) Set display name of dimension.Set display name of dimension.Methods in com.microsoft.azure.management.storage that return types with arguments of type DimensionModifier and TypeMethodDescriptionMetricSpecification.dimensions()
Get dimensions of blobs, including blob type and access tier.Method parameters in com.microsoft.azure.management.storage with type arguments of type DimensionModifier and TypeMethodDescriptionMetricSpecification.withDimensions
(List<Dimension> dimensions) Set dimensions of blobs, including blob type and access tier.