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