Uses of Class
com.microsoft.azure.management.network.Dimension
-
Packages that use Dimension Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of Dimension in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return Dimension Modifier and Type Method Description DimensionDimension. withDisplayName(String displayName)Set the displayName value.DimensionDimension. withInternalName(String internalName)Set the internalName value.DimensionDimension. withName(String name)Set the name value.Methods in com.microsoft.azure.management.network that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>MetricSpecification. dimensions()Get the dimensions value.Method parameters in com.microsoft.azure.management.network with type arguments of type Dimension Modifier and Type Method Description MetricSpecificationMetricSpecification. withDimensions(List<Dimension> dimensions)Set the dimensions value.
-