Uses of Class
com.microsoft.azure.management.monitor.RuleAction
-
-
Uses of RuleAction in com.microsoft.azure.management.monitor
Subclasses of RuleAction in com.microsoft.azure.management.monitor Modifier and Type Class Description classRuleEmailActionSpecifies the action to send email when the rule condition is evaluated.classRuleWebhookActionSpecifies the action to post to service when the rule condition is evaluated.Methods in com.microsoft.azure.management.monitor that return types with arguments of type RuleAction Modifier and Type Method Description List<RuleAction>AlertRuleResourcePatch. actions()Get the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.Method parameters in com.microsoft.azure.management.monitor with type arguments of type RuleAction 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.
-