Uses of Class
com.microsoft.azure.management.monitor.AlertRuleResourcePatch
-
-
Uses of AlertRuleResourcePatch in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return AlertRuleResourcePatch Modifier and Type Method Description AlertRuleResourcePatchAlertRuleResourcePatch. 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.AlertRuleResourcePatchAlertRuleResourcePatch. withCondition(RuleCondition condition)Set the condition that results in the alert rule being activated.AlertRuleResourcePatchAlertRuleResourcePatch. withDescription(String description)Set the description of the alert rule that will be included in the alert email.AlertRuleResourcePatchAlertRuleResourcePatch. withIsEnabled(boolean isEnabled)Set the flag that indicates whether the alert rule is enabled.AlertRuleResourcePatchAlertRuleResourcePatch. withName(String name)Set the name of the alert rule.AlertRuleResourcePatchAlertRuleResourcePatch. withTags(Map<String,String> tags)Set resource tags.
-