Uses of Class
com.microsoft.azure.management.storage.MetricSpecification
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of MetricSpecification in com.microsoft.azure.management.storage
Modifier and TypeMethodDescriptionMetricSpecification.withAggregationType
(String aggregationType) Set aggregation type could be Average.MetricSpecification.withCategory
(String category) Set the category this metric specification belong to, could be Capacity.MetricSpecification.withDimensions
(List<Dimension> dimensions) Set dimensions of blobs, including blob type and access tier.MetricSpecification.withDisplayDescription
(String displayDescription) Set display description of metric specification.MetricSpecification.withDisplayName
(String displayName) Set display name of metric specification.MetricSpecification.withFillGapWithZero
(Boolean fillGapWithZero) Set the property to decide fill gap with zero or not.Set name of metric specification.MetricSpecification.withResourceIdDimensionNameOverride
(String resourceIdDimensionNameOverride) Set account Resource Id.Set unit could be Bytes or Count.Modifier and TypeMethodDescriptionServiceSpecification.metricSpecifications()
Get metric specifications of operation.Modifier and TypeMethodDescriptionServiceSpecification.withMetricSpecifications
(List<MetricSpecification> metricSpecifications) Set metric specifications of operation.