Uses of Interface
com.azure.resourcemanager.monitor.models.MetricDynamicAlertCondition.UpdateStages
Packages that use MetricDynamicAlertCondition.UpdateStages
Package
Description
Package containing the data models for MonitorClient.
-
Uses of MetricDynamicAlertCondition.UpdateStages in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricDynamicAlertCondition.UpdateStagesModifier and TypeMethodDescriptionMetricAlert.UpdateStages.WithMetricUpdate.updateDynamicAlertCriteria(String name) Starts update of the previously defined metric dynamic alert condition.MetricDynamicAlertCondition.UpdateStages.withCondition(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity sensitivity) Sets the condition to monitor for the current metric alert.MetricDynamicAlertCondition.UpdateStages.withDimension(String dimensionName, String... values) Adds a metric dimension filter.MetricDynamicAlertCondition.UpdateStages.withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods) Sets the failing periods for triggering the alert.MetricDynamicAlertCondition.UpdateStages.withIgnoreDataBefore(OffsetDateTime date) Sets the date from which to start learning the metric historical data and calculate the dynamic thresholds.MetricDynamicAlertCondition.UpdateStages.withoutDimension(String dimensionName) Removes the specified dimension filter.MetricDynamicAlertCondition.UpdateStages.withoutIgnoreDataBefore()Removes the date from which to start learning the metric historical data and calculate the dynamic thresholds.