Uses of Class
com.azure.resourcemanager.appservice.models.Dimension
Packages that use Dimension
Package
Description
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 DimensionModifier and TypeMethodDescriptionstatic Dimension
Dimension.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Dimension from the JsonReader.Dimension.withDisplayName
(String displayName) Set the displayName property: The displayName property.Dimension.withInternalName
(String internalName) Set the internalName property: The internalName property.Set the name property: The name property.Dimension.withToBeExportedForShoebox
(Boolean toBeExportedForShoebox) Set the toBeExportedForShoebox property: The toBeExportedForShoebox property.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DimensionModifier and TypeMethodDescriptionMetricSpecification.dimensions()
Get the dimensions property: The dimensions property.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DimensionModifier and TypeMethodDescriptionMetricSpecification.withDimensions
(List<Dimension> dimensions) Set the dimensions property: The dimensions property.