NotificationChannelFragment Class

A notification.

Inheritance
azure.mgmt.devtestlabs.models._models_py3.UpdateResource
NotificationChannelFragment

Constructor

NotificationChannelFragment(*, tags: Optional[Dict[str, str]] = None, web_hook_url: Optional[str] = None, email_recipient: Optional[str] = None, notification_locale: Optional[str] = None, description: Optional[str] = None, events: Optional[List[azure.mgmt.devtestlabs.models._models_py3.EventFragment]] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. The tags of the resource.

web_hook_url
str
Required

The webhook URL to send notifications to.

email_recipient
str
Required

The email recipient to send notifications to (can be a list of semi- colon separated email addresses).

notification_locale
str
Required

The locale to use when sending a notification (fallback for unsupported languages is EN).

description
str
Required

Description of notification.

events
list[EventFragment]
Required

The list of event for which this notification is enabled.