Class ActivityLogAlertActionGroup
java.lang.Object
com.microsoft.azure.management.monitor.ActivityLogAlertActionGroup
A pointer to an Azure Action Group.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the resourceId of the action group.Get the dictionary of custom properties to include with the post operation.withActionGroupId
(String actionGroupId) Set the resourceId of the action group.withWebhookProperties
(Map<String, String> webhookProperties) Set the dictionary of custom properties to include with the post operation.
-
Constructor Details
-
ActivityLogAlertActionGroup
public ActivityLogAlertActionGroup()
-
-
Method Details
-
actionGroupId
Get the resourceId of the action group. This cannot be null or empty.- Returns:
- the actionGroupId value
-
withActionGroupId
Set the resourceId of the action group. This cannot be null or empty.- Parameters:
actionGroupId
- the actionGroupId value to set- Returns:
- the ActivityLogAlertActionGroup object itself.
-
webhookProperties
Get the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.- Returns:
- the webhookProperties value
-
withWebhookProperties
Set the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.- Parameters:
webhookProperties
- the webhookProperties value to set- Returns:
- the ActivityLogAlertActionGroup object itself.
-