Uses of Class
com.microsoft.azure.management.monitor.AlertRuleResourcePatch
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of AlertRuleResourcePatch in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionAlertRuleResourcePatch.withActions
(List<RuleAction> actions) Set the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.AlertRuleResourcePatch.withCondition
(RuleCondition condition) Set the condition that results in the alert rule being activated.AlertRuleResourcePatch.withDescription
(String description) Set the description of the alert rule that will be included in the alert email.AlertRuleResourcePatch.withIsEnabled
(boolean isEnabled) Set the flag that indicates whether the alert rule is enabled.Set the name of the alert rule.Set resource tags.