Uses of Class
com.azure.resourcemanager.monitor.models.Dimension
Packages that use Dimension
Package
Description
Package containing the data models for MonitorClient.
-
Uses of Dimension in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DimensionModifier and TypeMethodDescriptionstatic Dimension
Dimension.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Dimension from the JsonReader.Set the name property: Name of the dimension.Dimension.withOperator
(DimensionOperator operator) Set the operator property: Operator for dimension values.Dimension.withValues
(List<String> values) Set the values property: List of dimension values.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DimensionModifier and TypeMethodDescriptionCondition.dimensions()
Get the dimensions property: List of Dimensions conditions.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type DimensionModifier and TypeMethodDescriptionCondition.withDimensions
(List<Dimension> dimensions) Set the dimensions property: List of Dimensions conditions.