Uses of Interface
com.microsoft.azure.management.monitor.MetricAlertCondition.UpdateStages
-
-
Uses of MetricAlertCondition.UpdateStages in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricAlertCondition.UpdateStages Modifier and Type Method Description MetricAlertCondition.UpdateStagesMetricAlert.UpdateStages.WithMetricUpdate. updateAlertCriteria(String name)Starts update of the previously defined metric alert condition.MetricAlertCondition.UpdateStagesMetricAlertCondition.UpdateStages. withCondition(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold)Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateStagesMetricAlertCondition.UpdateStages. withDimension(String dimensionName, String... values)Adds a metric dimension filter.MetricAlertCondition.UpdateStagesMetricAlertCondition.UpdateStages. withoutDimension(String dimensionName)Removes the specified dimension filter.
-