NotificationChannelFragment Class
A notification.
- Inheritance
-
azure.mgmt.devtestlabs.models._models_py3.UpdateResourceNotificationChannelFragment
Constructor
NotificationChannelFragment(*, tags: Dict[str, str] | None = None, web_hook_url: str | None = None, email_recipient: str | None = None, notification_locale: str | None = None, description: str | None = None, events: List[EventFragment] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
tags
Required
|
A set of tags. The tags of the resource. |
web_hook_url
Required
|
The webhook URL to send notifications to. |
email_recipient
Required
|
The email recipient to send notifications to (can be a list of semi- colon separated email addresses). |
notification_locale
Required
|
The locale to use when sending a notification (fallback for unsupported languages is EN). |
description
Required
|
Description of notification. |
events
Required
|
The list of event for which this notification is enabled. |
Keyword-Only Parameters
Name | Description |
---|---|
tags
Required
|
|
web_hook_url
Required
|
|
email_recipient
Required
|
|
notification_locale
Required
|
|
description
Required
|
|
events
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python