ActivityLogAlertActionGroup interface
A pointer to an Azure Action Group.
Properties
action |
The resourceId of the action group. This cannot be null or empty. |
webhook |
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. |
Property Details
actionGroupId
The resourceId of the action group. This cannot be null or empty.
actionGroupId: string
Property Value
string
webhookProperties
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.
webhookProperties?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}