Uses of Class
com.azure.resourcemanager.monitor.models.Dimension
-
Packages that use Dimension Package Description com.azure.resourcemanager.monitor.models 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 Dimension Modifier and Type Method Description DimensionDimension. withName(String name)Set the name property: Name of the dimension.DimensionDimension. withOperator(Operator operator)Set the operator property: Operator for dimension values.DimensionDimension. 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 Dimension Modifier and Type Method Description List<Dimension>Criteria. dimensions()Get the dimensions property: List of Dimensions for creating metric.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type Dimension Modifier and Type Method Description CriteriaCriteria. withDimensions(List<Dimension> dimensions)Set the dimensions property: List of Dimensions for creating metric.
-