Uses of Class
com.azure.resourcemanager.monitor.models.RuleAction
Packages that use RuleAction
Package
Description
Package containing the inner data models for MonitorClient.
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 RuleActionModifier and TypeMethodDescriptionAlertRule.action()
Get the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.AlertRuleResourceInner.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 RuleActionModifier and TypeMethodDescriptionAlertRule.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.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 RuleActionModifier and TypeMethodDescriptionAlertRule.withAction
(RuleAction action) Set the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.AlertRuleResourceInner.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 RuleActionModifier and TypeMethodDescriptionAlertRule.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.AlertRuleResourceInner.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.modelsModifier and TypeClassDescriptionfinal class
Specifies the action to send email when the rule condition is evaluated.final class
Specifies the action to post to service when the rule condition is evaluated.Methods in com.azure.resourcemanager.monitor.models that return RuleActionModifier and TypeMethodDescriptionAlertRuleResourcePatch.action()
Get the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.static RuleAction
RuleAction.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RuleAction from the JsonReader.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type RuleActionModifier and TypeMethodDescriptionAlertRuleResourcePatch.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 RuleActionModifier and TypeMethodDescriptionAlertRuleResourcePatch.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 RuleActionModifier and TypeMethodDescriptionAlertRuleResourcePatch.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.