| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
MetricSpecification |
MetricSpecification.withAggregationType(String aggregationType)
Set the aggregation type.
|
MetricSpecification |
MetricSpecification.withAvailabilities(List<Availability> availabilities)
Set list of availability.
|
MetricSpecification |
MetricSpecification.withDimensions(List<Dimension> dimensions)
Set list of dimensions.
|
MetricSpecification |
MetricSpecification.withDisplayDescription(String displayDescription)
Set the description of the metric.
|
MetricSpecification |
MetricSpecification.withDisplayName(String displayName)
Set the display name of the metric.
|
MetricSpecification |
MetricSpecification.withEnableRegionalMdmAccount(Boolean enableRegionalMdmAccount)
Set whether regional MDM account enabled.
|
MetricSpecification |
MetricSpecification.withFillGapWithZero(Boolean fillGapWithZero)
Set whether gaps would be filled with zeros.
|
MetricSpecification |
MetricSpecification.withIsInternal(Boolean isInternal)
Set whether the metric is internal.
|
MetricSpecification |
MetricSpecification.withMetricFilterPattern(String metricFilterPattern)
Set pattern for the filter of the metric.
|
MetricSpecification |
MetricSpecification.withName(String name)
Set the name of the metric.
|
MetricSpecification |
MetricSpecification.withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride)
Set the resource Id dimension name override.
|
MetricSpecification |
MetricSpecification.withSourceMdmAccount(String sourceMdmAccount)
Set the source MDM account.
|
MetricSpecification |
MetricSpecification.withSourceMdmNamespace(String sourceMdmNamespace)
Set the source MDM namespace.
|
MetricSpecification |
MetricSpecification.withUnit(String unit)
Set units the metric to be displayed in.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricSpecification> |
OperationPropertiesFormatServiceSpecification.metricSpecifications()
Get operation service specification.
|
| Modifier and Type | Method and Description |
|---|---|
OperationPropertiesFormatServiceSpecification |
OperationPropertiesFormatServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications)
Set operation service specification.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/