Uses of Class
com.microsoft.azure.management.monitor.MetricDimension
Packages that use MetricDimension
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricDimension in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricDimensionModifier and TypeMethodDescriptionSet name of the dimension.MetricDimension.withOperator
(String operator) Set the dimension operator.MetricDimension.withValues
(List<String> values) Set list of dimension values.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricDimensionModifier and TypeMethodDescriptionMetricAlertCondition.dimensions()
Get list of dimension conditions.MetricDynamicAlertCondition.dimensions()
Get list of dimension conditions.MultiMetricCriteria.dimensions()
Get list of dimension conditions.Method parameters in com.microsoft.azure.management.monitor with type arguments of type MetricDimensionModifier and TypeMethodDescriptionMultiMetricCriteria.withDimensions
(List<MetricDimension> dimensions) Set list of dimension conditions.