NotificationChannel interface
A notification.
- Extends
Properties
created |
The creation date of the notification channel. NOTE: This property will not be serialized. It can only be populated by the server. |
description | Description of notification. |
email |
The email recipient to send notifications to (can be a list of semi-colon separated email addresses). |
events | The list of event for which this notification is enabled. |
notification |
The locale to use when sending a notification (fallback for unsupported languages is EN). |
provisioning |
The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
unique |
The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server. |
web |
The webhook URL to send notifications to. |
Inherited Properties
id | The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The tags of the resource. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
createdDate
The creation date of the notification channel. NOTE: This property will not be serialized. It can only be populated by the server.
createdDate?: Date
Property Value
Date
description
Description of notification.
description?: string
Property Value
string
emailRecipient
The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
emailRecipient?: string
Property Value
string
events
notificationLocale
The locale to use when sending a notification (fallback for unsupported languages is EN).
notificationLocale?: string
Property Value
string
provisioningState
The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
uniqueIdentifier
The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.
uniqueIdentifier?: string
Property Value
string
webHookUrl
The webhook URL to send notifications to.
webHookUrl?: string
Property Value
string
Inherited Property Details
id
The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The location of the resource.
location?: string
Property Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type