| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
MetricSpecification |
MetricSpecification.withAggregationType(String aggregationType)
Set the aggregationType property: Aggregation type could be Average.
|
MetricSpecification |
MetricSpecification.withCategory(String category)
Set the category property: The category this metric specification belong to, could be Capacity.
|
MetricSpecification |
MetricSpecification.withDimensions(List<Dimension> dimensions)
Set the dimensions property: Dimensions of blobs, including blob type and access tier.
|
MetricSpecification |
MetricSpecification.withDisplayDescription(String displayDescription)
Set the displayDescription property: Display description of metric specification.
|
MetricSpecification |
MetricSpecification.withDisplayName(String displayName)
Set the displayName property: Display name of metric specification.
|
MetricSpecification |
MetricSpecification.withFillGapWithZero(Boolean fillGapWithZero)
Set the fillGapWithZero property: The property to decide fill gap with zero or not.
|
MetricSpecification |
MetricSpecification.withName(String name)
Set the name property: Name of metric specification.
|
MetricSpecification |
MetricSpecification.withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride)
Set the resourceIdDimensionNameOverride property: Account Resource Id.
|
MetricSpecification |
MetricSpecification.withUnit(String unit)
Set the unit property: Unit could be Bytes or Count.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.