Uses of Class
com.azure.resourcemanager.monitor.models.MetricDimension
Packages that use MetricDimension
Package
Description
Package containing the data models for MonitorClient.
-
Uses of MetricDimension in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricDimensionModifier and TypeMethodDescriptionstatic MetricDimension
MetricDimension.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetricDimension from the JsonReader.Set the name property: Name of the dimension.MetricDimension.withOperator
(String operator) Set the operator property: the dimension operator.MetricDimension.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 MetricDimensionModifier and TypeMethodDescriptionMetricAlertCondition.dimensions()
Get list of dimension conditions.MetricDynamicAlertCondition.dimensions()
Get list of dimension conditions.MultiMetricCriteria.dimensions()
Get the dimensions property: List of dimension conditions.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetricDimensionModifier and TypeMethodDescriptionDynamicMetricCriteria.withDimensions
(List<MetricDimension> dimensions) Set the dimensions property: List of dimension conditions.MetricCriteria.withDimensions
(List<MetricDimension> dimensions) Set the dimensions property: List of dimension conditions.MultiMetricCriteria.withDimensions
(List<MetricDimension> dimensions) Set the dimensions property: List of dimension conditions.