ActionGroup Class
A pointer to an Azure Action Group.
All required parameters must be populated in order to send to server.
Constructor
ActionGroup(*, action_group_id: str, webhook_properties: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
action_group_id
|
The resource ID of the Action Group. This cannot be null or empty. Required. |
|
webhook_properties
|
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. Default value: None
|