public class ActivityLogAlertActionGroup extends Object
| Constructor and Description |
|---|
ActivityLogAlertActionGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionGroupId()
Get the resourceId of the action group.
|
Map<String,String> |
webhookProperties()
Get the dictionary of custom properties to include with the post operation.
|
ActivityLogAlertActionGroup |
withActionGroupId(String actionGroupId)
Set the resourceId of the action group.
|
ActivityLogAlertActionGroup |
withWebhookProperties(Map<String,String> webhookProperties)
Set the dictionary of custom properties to include with the post operation.
|
public String actionGroupId()
public ActivityLogAlertActionGroup withActionGroupId(String actionGroupId)
actionGroupId - the actionGroupId value to setpublic Map<String,String> webhookProperties()
public ActivityLogAlertActionGroup withWebhookProperties(Map<String,String> webhookProperties)
webhookProperties - the webhookProperties value to setCopyright © 2019. All rights reserved.