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

NotificationSetting interface

通知的配置。

属性

emailOn

在指定的通知类型上向用户发送电子邮件通知

emails

这是电子邮件收件人列表,限制为 499 个字符的总 concat 和逗号分隔符

webhooks

将 Webhook 回调发送到服务。 密钥是 Webhook 的用户提供的名称。

属性详细信息

emailOn

在指定的通知类型上向用户发送电子邮件通知

emailOn?: string[]

属性值

string[]

emails

这是电子邮件收件人列表,限制为 499 个字符的总 concat 和逗号分隔符

emails?: string[]

属性值

string[]

webhooks

将 Webhook 回调发送到服务。 密钥是 Webhook 的用户提供的名称。

webhooks?: {[propertyName: string]: WebhookUnion | null}

属性值

{[propertyName: string]: WebhookUnion | null}