NotificationChannel interface
通知。
- Extends
屬性
created |
通知通道的建立日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
description | 通知的描述。 |
email |
要傳送通知的電子郵件收件者(可以是分號分隔電子郵件地址的清單)。 |
events | 啟用此通知的事件清單。 |
notification |
傳送通知時要使用的地區設定(不支援語言的後援為 EN)。 |
provisioning |
資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
unique |
資源的唯一不可變標識碼 (Guid)。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
web |
要傳送通知的 Webhook URL。 |
繼承的屬性
id | 資源的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
location | 資源的位置。 |
name | 資源的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
tags | 資源的標記。 |
type | 資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
createdDate
通知通道的建立日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。
createdDate?: Date
屬性值
Date
description
通知的描述。
description?: string
屬性值
string
emailRecipient
要傳送通知的電子郵件收件者(可以是分號分隔電子郵件地址的清單)。
emailRecipient?: string
屬性值
string
events
notificationLocale
傳送通知時要使用的地區設定(不支援語言的後援為 EN)。
notificationLocale?: string
屬性值
string
provisioningState
資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
uniqueIdentifier
資源的唯一不可變標識碼 (Guid)。 注意:這個屬性不會串行化。 它只能由伺服器填入。
uniqueIdentifier?: string
屬性值
string
webHookUrl
要傳送通知的 Webhook URL。
webHookUrl?: string
屬性值
string
繼承的屬性詳細資料
id
location
name
tags
資源的標記。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}