Class MetricAlertAction
java.lang.Object
com.microsoft.azure.management.monitor.MetricAlertAction
An alert action.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the id of the action group to use.Get the properties of a webhook object.withActionGroupId
(String actionGroupId) Set the id of the action group to use.withWebhookProperties
(Map<String, String> webhookProperties) Set the properties of a webhook object.
-
Constructor Details
-
MetricAlertAction
public MetricAlertAction()
-
-
Method Details
-
actionGroupId
Get the id of the action group to use.- Returns:
- the actionGroupId value
-
withActionGroupId
Set the id of the action group to use.- Parameters:
actionGroupId
- the actionGroupId value to set- Returns:
- the MetricAlertAction object itself.
-
webhookProperties
Get the properties of a webhook object.- Returns:
- the webhookProperties value
-
withWebhookProperties
Set the properties of a webhook object.- Parameters:
webhookProperties
- the webhookProperties value to set- Returns:
- the MetricAlertAction object itself.
-