Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertAction
-
Packages that use MetricAlertAction 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 MetricAlertAction in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type MetricAlertAction Modifier and Type Method Description List<MetricAlertAction>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 MetricAlertAction Modifier and Type Method Description MetricAlertResourceInnerMetricAlertResourceInner. 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 MetricAlertAction Modifier and Type Method Description MetricAlertActionMetricAlertAction. withActionGroupId(String actionGroupId)Set the actionGroupId property: the id of the action group to use.MetricAlertActionMetricAlertAction. 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 MetricAlertAction Modifier and Type Method Description List<MetricAlertAction>MetricAlertResourcePatch. 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 MetricAlertAction Modifier and Type Method Description MetricAlertResourcePatchMetricAlertResourcePatch. 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.
-