MetricSpecification |
MetricSpecification.withAggregationType(String aggregationType) |
Set the aggregationType property: The metric aggregation type.
|
MetricSpecification |
MetricSpecification.withAvailabilities(List<MetricAvailability> availabilities) |
Set the availabilities property: Retention policies of a resource metric.
|
MetricSpecification |
MetricSpecification.withDimensions(List<DimensionProperties> dimensions) |
Set the dimensions property: The dimensions of metric.
|
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: Property to specify whether to fill gap with zero.
|
MetricSpecification |
MetricSpecification.withIsInternal(Boolean isInternal) |
Set the isInternal property: Property to specify metric is internal or not.
|
MetricSpecification |
MetricSpecification.withMetricFilterPattern(String metricFilterPattern) |
Set the metricFilterPattern property: Pattern to filter based on name.
|
MetricSpecification |
MetricSpecification.withName(String name) |
Set the name property: Name of metric specification.
|
MetricSpecification |
MetricSpecification.withSupportedTimeGrainTypes(List<String> supportedTimeGrainTypes) |
Set the supportedTimeGrainTypes property: The supported time grain types for the metrics.
|
MetricSpecification |
MetricSpecification.withUnit(String unit) |
Set the unit property: The metric unit.
|