Uses of Interface
com.microsoft.azure.management.monitor.MetricAlert.Update
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricAlert.Update in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionMetricAlertCondition.UpdateStages.parent()
Returns back to the metric alert update flow.MetricDynamicAlertCondition.UpdateStages.parent()
Returns back to the metric alert update flow.MetricAlert.UpdateStages.WithMetricUpdate.withActionGroups
(String... actionGroupId) Sets the actions that will activate when the condition is met.MetricAlert.UpdateStages.WithMetricUpdate.withAutoMitigation()
Sets the flag that indicates the alert should be auto resolved.MetricAlert.UpdateStages.WithMetricUpdate.withDescription
(String description) Sets description for metric alert.MetricAlert.UpdateStages.WithMetricUpdate.withFrequency
(org.joda.time.Period frequency) Sets how often the metric alert is evaluated represented in ISO 8601 duration format.MetricAlert.UpdateStages.WithMetricUpdate.withoutActionGroup
(String actionGroupId) Removes the specified action group from the actions list.MetricAlert.UpdateStages.WithMetricUpdate.withoutAlertCriteria
(String name) Removes a condition from the previously defined metric alert conditions.MetricAlert.UpdateStages.WithMetricUpdate.withoutAutoMitigation()
Sets the flag that indicates the alert should not be auto resolved.MetricAlert.UpdateStages.WithMetricUpdate.withPeriod
(org.joda.time.Period size) Sets the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold.MetricAlert.UpdateStages.WithMetricUpdate.withRuleDisabled()
Sets metric alert as disabled.MetricAlert.UpdateStages.WithMetricUpdate.withRuleEnabled()
Sets metric alert as enabled.MetricAlert.UpdateStages.WithMetricUpdate.withSeverity
(int severity) Sets alert severity {0, 1, 2, 3, 4}.Modifier and TypeMethodDescriptionMetricAlert.UpdateStages.WithMetricUpdate.defineAlertCriteria
(String name) Starts definition of the metric alert condition.MetricAlert.UpdateStages.WithMetricUpdate.defineDynamicAlertCriteria
(String name) Starts definition of the metric dynamic alert condition.