Uses of Class
com.azure.resourcemanager.storage.models.MetricSpecification
Packages that use MetricSpecification
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of MetricSpecification in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return MetricSpecificationModifier and TypeMethodDescriptionstatic MetricSpecificationMetricSpecification.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MetricSpecification from the JsonReader.MetricSpecification.withAggregationType(String aggregationType) Set the aggregationType property: Aggregation type could be Average.MetricSpecification.withCategory(String category) Set the category property: The category this metric specification belong to, could be Capacity.MetricSpecification.withDimensions(List<Dimension> dimensions) Set the dimensions property: Dimensions of blobs, including blob type and access tier.MetricSpecification.withDisplayDescription(String displayDescription) Set the displayDescription property: Display description of metric specification.MetricSpecification.withDisplayName(String displayName) Set the displayName property: Display name of metric specification.MetricSpecification.withFillGapWithZero(Boolean fillGapWithZero) Set the fillGapWithZero property: The property to decide fill gap with zero or not.Set the name property: Name of metric specification.MetricSpecification.withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride) Set the resourceIdDimensionNameOverride property: Account Resource Id.Set the unit property: Unit could be Bytes or Count.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.metricSpecifications()Get the metricSpecifications property: Metric specifications of operation.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: Metric specifications of operation.