| Modifier and Type | Method and Description |
|---|---|
MetricSpecification |
MetricSpecification.withAggregationType(String aggregationType)
Set the aggregationType value.
|
MetricSpecification |
MetricSpecification.withCategory(String category)
Set the category value.
|
MetricSpecification |
MetricSpecification.withDimensions(List<Dimension> dimensions)
Set the dimensions value.
|
MetricSpecification |
MetricSpecification.withDisplayDescription(String displayDescription)
Set the displayDescription value.
|
MetricSpecification |
MetricSpecification.withDisplayName(String displayName)
Set the displayName value.
|
MetricSpecification |
MetricSpecification.withFillGapWithZero(Boolean fillGapWithZero)
Set the fillGapWithZero value.
|
MetricSpecification |
MetricSpecification.withName(String name)
Set the name value.
|
MetricSpecification |
MetricSpecification.withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride)
Set the resourceIdDimensionNameOverride value.
|
MetricSpecification |
MetricSpecification.withUnit(String unit)
Set the unit value.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricSpecification> |
ServiceSpecification.metricSpecifications()
Get the metricSpecifications value.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceSpecification |
ServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications)
Set the metricSpecifications value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/