Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertAction
Packages that use MetricAlertAction
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of MetricAlertAction in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type MetricAlertActionModifier and TypeMethodDescriptionMetricAlertProperties.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.MetricAlertPropertiesPatch.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.MetricAlertResourceInner.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.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type MetricAlertActionModifier and TypeMethodDescriptionMetricAlertProperties.withActions
(List<MetricAlertAction> 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.MetricAlertPropertiesPatch.withActions
(List<MetricAlertAction> 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.MetricAlertResourceInner.withActions
(List<MetricAlertAction> 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 MetricAlertAction in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricAlertActionModifier and TypeMethodDescriptionstatic MetricAlertAction
MetricAlertAction.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetricAlertAction from the JsonReader.MetricAlertAction.withActionGroupId
(String actionGroupId) Set the actionGroupId property: the id of the action group to use.MetricAlertAction.withWebhookProperties
(Map<String, String> webhookProperties) Set the webhookProperties property: This field allows specifying custom properties, which would be appended to the alert payload sent as input to the webhook.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricAlertActionModifier and TypeMethodDescriptionMetricAlertResourcePatch.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.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetricAlertActionModifier and TypeMethodDescriptionMetricAlertResourcePatch.withActions
(List<MetricAlertAction> 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.