Uses of Class
com.azure.resourcemanager.network.models.Dimension
Packages that use Dimension
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Dimension in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return DimensionModifier and TypeMethodDescriptionstatic DimensionDimension.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Dimension from the JsonReader.Dimension.withDisplayName(String displayName) Set the displayName property: The display name of the dimension.Dimension.withInternalName(String internalName) Set the internalName property: The internal name of the dimension.Set the name property: The name of the dimension.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DimensionModifier and TypeMethodDescriptionMetricSpecification.dimensions()Get the dimensions property: List of dimensions.Method parameters in com.azure.resourcemanager.network.models with type arguments of type DimensionModifier and TypeMethodDescriptionMetricSpecification.withDimensions(List<Dimension> dimensions) Set the dimensions property: List of dimensions.