NotificationChannel Class

A notification.

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

Constructor

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

Keyword-Only Parameters

Name Description
location
str

The location of the resource.

Default value: None
tags

The tags of the resource.

Default value: None
web_hook_url
str

The webhook URL to send notifications to.

Default value: None
email_recipient
str

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

Default value: None
notification_locale
str

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

Default value: None
description
str

Description of notification.

Default value: None
events

The list of event for which this notification is enabled.

Default value: None

Variables

Name Description
id
str

The identifier of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

location
str

The location of the resource.

tags

The tags of the resource.

web_hook_url
str

The webhook URL to send notifications to.

email_recipient
str

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

notification_locale
str

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

description
str

Description of notification.

events

The list of event for which this notification is enabled.

created_date

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).