你当前正在访问 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