Uses of Class
com.azure.resourcemanager.appservice.models.Dimension
-
Packages that use Dimension Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Dimension in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Dimension Modifier and Type Method Description DimensionDimension. withDisplayName(String displayName)Set the displayName property: The displayName property.DimensionDimension. withInternalName(String internalName)Set the internalName property: The internalName property.DimensionDimension. withName(String name)Set the name property: The name property.DimensionDimension. withToBeExportedForShoebox(Boolean toBeExportedForShoebox)Set the toBeExportedForShoebox property: The toBeExportedForShoebox property.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>MetricSpecification. dimensions()Get the dimensions property: The dimensions property.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type Dimension Modifier and Type Method Description MetricSpecificationMetricSpecification. withDimensions(List<Dimension> dimensions)Set the dimensions property: The dimensions property.
-