Uses of Class
com.microsoft.azure.management.monitor.MetricAlertAction
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricAlertAction in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionMetricAlertAction.withActionGroupId
(String actionGroupId) Set the id of the action group to use.MetricAlertAction.withWebhookProperties
(Map<String, String> webhookProperties) Set the properties of a webhook object.Modifier and TypeMethodDescriptionMetricAlertResourcePatch.actions()
Get the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.Modifier and TypeMethodDescriptionMetricAlertResourcePatch.withActions
(List<MetricAlertAction> actions) Set the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.