Uses of Class
com.microsoft.azure.management.monitor.MetricAlertAction
-
-
Uses of MetricAlertAction in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricAlertAction Modifier and Type Method Description MetricAlertActionMetricAlertAction. withActionGroupId(String actionGroupId)Set the id of the action group to use.MetricAlertActionMetricAlertAction. 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 MetricAlertAction Modifier and Type Method Description List<MetricAlertAction>MetricAlertResourcePatch. 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 MetricAlertAction Modifier and Type Method Description MetricAlertResourcePatchMetricAlertResourcePatch. 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.
-