Uses of Class
com.microsoft.azure.management.monitor.MetricDimension
-
-
Uses of MetricDimension in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricDimension Modifier and Type Method Description MetricDimensionMetricDimension. withName(String name)Set name of the dimension.MetricDimensionMetricDimension. withOperator(String operator)Set the dimension operator.MetricDimensionMetricDimension. withValues(List<String> values)Set list of dimension values.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricDimension Modifier and Type Method Description Collection<MetricDimension>MetricAlertCondition. dimensions()Get list of dimension conditions.List<MetricDimension>MetricCriteria. dimensions()Get list of dimension conditions.Method parameters in com.microsoft.azure.management.monitor with type arguments of type MetricDimension Modifier and Type Method Description MetricCriteriaMetricCriteria. withDimensions(List<MetricDimension> dimensions)Set list of dimension conditions.
-