Uses of Interface
com.azure.resourcemanager.monitor.models.MetricAlertCondition.UpdateStages
Packages that use MetricAlertCondition.UpdateStages
Package
Description
Package containing the data models for MonitorClient.
-
Uses of MetricAlertCondition.UpdateStages in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricAlertCondition.UpdateStagesModifier and TypeMethodDescriptionMetricAlert.UpdateStages.WithMetricUpdate.updateAlertCriteria(String name) Starts update of the previously defined metric alert condition.MetricAlertCondition.UpdateStages.withCondition(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold) Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateStages.withDimension(String dimensionName, String... values) Adds a metric dimension filter.MetricAlertCondition.UpdateStages.withoutDimension(String dimensionName) Removes the specified dimension filter.