NotificationChannel Class

A notification.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.devtestlabs.models._models_py3.Resource
NotificationChannel

Constructor

NotificationChannel(*, location: Optional[str] = None, 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.Event]] = None, **kwargs)

Parameters

location
str
Required

The location of the resource.

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[Event]
Required

The list of event for which this notification is enabled.

Variables

id
str

The identifier of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

created_date
datetime

The creation date of the notification channel.

provisioning_state
str

The provisioning status of the resource.

unique_identifier
str

The unique immutable identifier of a resource (Guid).