Uses of Class
com.azure.resourcemanager.monitor.models.RuleAction
-
Packages that use RuleAction Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of RuleAction in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return RuleAction Modifier and Type Method Description RuleActionAlertRuleResourceInner. action()Get the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type RuleAction Modifier and Type Method Description List<RuleAction>AlertRuleResourceInner. actions()Get the actions property: the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type RuleAction Modifier and Type Method Description AlertRuleResourceInnerAlertRuleResourceInner. withAction(RuleAction action)Set the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type RuleAction Modifier and Type Method Description AlertRuleResourceInnerAlertRuleResourceInner. withActions(List<RuleAction> actions)Set the actions property: the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. -
Uses of RuleAction in com.azure.resourcemanager.monitor.models
Subclasses of RuleAction in com.azure.resourcemanager.monitor.models 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.azure.resourcemanager.monitor.models that return RuleAction Modifier and Type Method Description RuleActionAlertRuleResourcePatch. action()Get the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type RuleAction Modifier and Type Method Description List<RuleAction>AlertRuleResourcePatch. actions()Get the actions property: the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.Methods in com.azure.resourcemanager.monitor.models with parameters of type RuleAction Modifier and Type Method Description AlertRuleResourcePatchAlertRuleResourcePatch. withAction(RuleAction action)Set the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type RuleAction Modifier and Type Method Description AlertRuleResourcePatchAlertRuleResourcePatch. withActions(List<RuleAction> actions)Set the actions property: the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
-