| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Dimension |
Dimension.withDisplayName(String displayName)
Set the display name of the dimension.
|
Dimension |
Dimension.withInternalName(String internalName)
Set the internal name of the dimension.
|
Dimension |
Dimension.withName(String name)
Set the name of the dimension.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dimension> |
MetricSpecification.dimensions()
Get list of dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
MetricSpecification |
MetricSpecification.withDimensions(List<Dimension> dimensions)
Set list of dimensions.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/