public final class ActivityLogAlertActionGroup extends Object
| Constructor and Description |
|---|
ActivityLogAlertActionGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionGroupId()
Get the actionGroupId property: The resourceId of the action group.
|
void |
validate()
Validates the instance.
|
Map<String,String> |
webhookProperties()
Get the webhookProperties property: the dictionary of custom properties to include with the post operation.
|
ActivityLogAlertActionGroup |
withActionGroupId(String actionGroupId)
Set the actionGroupId property: The resourceId of the action group.
|
ActivityLogAlertActionGroup |
withWebhookProperties(Map<String,String> webhookProperties)
Set the webhookProperties property: the dictionary of custom properties to include with the post operation.
|
public String actionGroupId()
public ActivityLogAlertActionGroup withActionGroupId(String actionGroupId)
actionGroupId - the actionGroupId value to set.public Map<String,String> webhookProperties()
public ActivityLogAlertActionGroup withWebhookProperties(Map<String,String> webhookProperties)
webhookProperties - the webhookProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.