Uses of Class
com.microsoft.azure.management.monitor.MetricAlertAction
Packages that use MetricAlertAction
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricAlertAction in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricAlertActionModifier 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.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricAlertActionModifier and TypeMethodDescriptionMetricAlertResourcePatch.actions()
Get the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.Method parameters in com.microsoft.azure.management.monitor with type arguments of type MetricAlertActionModifier 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.