Uses of Class
com.azure.resourcemanager.monitor.models.ActionList
Packages that use ActionList
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ActionList in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ActionListModifier and TypeMethodDescriptionActivityLogAlertResourceInner.actions()Get the actions property: The actions that will activate when the condition is met.AlertRuleProperties.actions()Get the actions property: The actions that will activate when the condition is met.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ActionListModifier and TypeMethodDescriptionActivityLogAlertResourceInner.withActions(ActionList actions) Set the actions property: The actions that will activate when the condition is met.AlertRuleProperties.withActions(ActionList actions) Set the actions property: The actions that will activate when the condition is met. -
Uses of ActionList in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type ActionListModifier and TypeClassDescriptionfinal classA list of Activity Log Alert rule actions.Methods in com.azure.resourcemanager.monitor.models that return ActionListModifier and TypeMethodDescriptionstatic ActionListActionList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActionList from the JsonReader.ActionList.withActionGroups(List<ActivityLogAlertActionGroup> actionGroups) Set the actionGroups property: The list of the Action Groups.