Uses of Class
com.microsoft.azure.management.monitor.RuleAction
Packages that use RuleAction
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of RuleAction in com.microsoft.azure.management.monitor
Subclasses of RuleAction in com.microsoft.azure.management.monitorModifier and TypeClassDescriptionclass
Specifies the action to send email when the rule condition is evaluated.class
Specifies 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 RuleActionModifier and TypeMethodDescriptionAlertRuleResourcePatch.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 RuleActionModifier 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.