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

NotificationSettings interface

计划的通知设置。

属性

emailRecipient

要向 (发送通知的电子邮件收件人可以是分号分隔的电子邮件地址列表) 。

notificationLocale

发送不受支持的语言的通知 (回退时要使用的区域设置为 EN) 。

status

如果为此计划启用了通知,则 (启用、禁用) 。

timeInMinutes

发送通知的事件之前的时间(分钟)。

webhookUrl

将向其发送通知的 Webhook URL。

属性详细信息

emailRecipient

要向 (发送通知的电子邮件收件人可以是分号分隔的电子邮件地址列表) 。

emailRecipient?: string

属性值

string

notificationLocale

发送不受支持的语言的通知 (回退时要使用的区域设置为 EN) 。

notificationLocale?: string

属性值

string

status

如果为此计划启用了通知,则 (启用、禁用) 。

status?: string

属性值

string

timeInMinutes

发送通知的事件之前的时间(分钟)。

timeInMinutes?: number

属性值

number

webhookUrl

将向其发送通知的 Webhook URL。

webhookUrl?: string

属性值

string