你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationChannel interface

通知。

扩展

属性

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