Uses of Class
com.azure.resourcemanager.monitor.models.Actions
Packages that use Actions
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of Actions in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ActionsModifier and TypeMethodDescriptionScheduledQueryRuleProperties.actions()
Get the actions property: Actions to invoke when the alert fires.ScheduledQueryRuleResourceInner.actions()
Get the actions property: Actions to invoke when the alert fires.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ActionsModifier and TypeMethodDescriptionScheduledQueryRuleProperties.withActions
(Actions actions) Set the actions property: Actions to invoke when the alert fires.ScheduledQueryRuleResourceInner.withActions
(Actions actions) Set the actions property: Actions to invoke when the alert fires. -
Uses of Actions in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ActionsModifier and TypeMethodDescriptionScheduledQueryRuleResourcePatch.actions()
Get the actions property: Actions to invoke when the alert fires.static Actions
Actions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Actions from the JsonReader.Actions.withActionGroups
(List<String> actionGroups) Set the actionGroups property: Action Group resource Ids to invoke when the alert fires.Actions.withCustomProperties
(Map<String, String> customProperties) Set the customProperties property: The properties of an alert payload.Methods in com.azure.resourcemanager.monitor.models with parameters of type ActionsModifier and TypeMethodDescriptionScheduledQueryRuleResourcePatch.withActions
(Actions actions) Set the actions property: Actions to invoke when the alert fires.