ActionGroup interface
A pointer to an Azure Action Group.
Properties
| action |
The resource ID of the Action Group. This cannot be null or empty. |
| action |
Predefined list of properties and configuration items for the action group. |
| webhook |
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. |
Property Details
actionGroupId
The resource ID of the Action Group. This cannot be null or empty.
actionGroupId: string
Property Value
string
actionProperties
Predefined list of properties and configuration items for the action group.
actionProperties?: Record<string, string>
Property Value
Record<string, string>
webhookProperties
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.
webhookProperties?: Record<string, string>
Property Value
Record<string, string>