共用方式為


NotificationChannel interface

通知。

Extends

屬性

createdDate

通知通道的建立日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。

description

通知的描述。

emailRecipient

要傳送通知的電子郵件收件者(可以是分號分隔電子郵件地址的清單)。

events

啟用此通知的事件清單。

notificationLocale

傳送通知時要使用的地區設定(不支援語言的後援為 EN)。

provisioningState

資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

uniqueIdentifier

資源的唯一不可變標識碼 (Guid)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

webHookUrl

要傳送通知的 Webhook URL。

繼承的屬性

id

資源的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

location

資源的位置。

name

資源的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tags

資源的標記。

type

資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

createdDate

通知通道的建立日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。

createdDate?: Date

屬性值

Date

description

通知的描述。

description?: string

屬性值

string

emailRecipient

要傳送通知的電子郵件收件者(可以是分號分隔電子郵件地址的清單)。

emailRecipient?: string

屬性值

string

events

啟用此通知的事件清單。

events?: Event_2[]

屬性值

Event[]

notificationLocale

傳送通知時要使用的地區設定(不支援語言的後援為 EN)。

notificationLocale?: string

屬性值

string

provisioningState

資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

uniqueIdentifier

資源的唯一不可變標識碼 (Guid)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

uniqueIdentifier?: string

屬性值

string

webHookUrl

要傳送通知的 Webhook URL。

webHookUrl?: string

屬性值

string

繼承的屬性詳細資料

id

資源的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自Resource.id

location

資源的位置。

location?: string

屬性值

string

繼承自Resource.location

name

資源的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自Resource.name

tags

資源的標記。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自Resource.tags

type

資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自Resource.type