Uses of Class
com.microsoft.azure.management.appservice.Dimension
-
-
Uses of Dimension in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice 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.DimensionDimension. withToBeExportedForShoebox(Boolean toBeExportedForShoebox)Set the toBeExportedForShoebox value.Methods in com.microsoft.azure.management.appservice 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.appservice with type arguments of type Dimension Modifier and Type Method Description MetricSpecificationMetricSpecification. withDimensions(List<Dimension> dimensions)Set the dimensions value.
-