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

CallbackConfig interface

Webhook 的服务 URI 和自定义标头的配置。

属性

customHeaders

将添加到 Webhook 通知的自定义标头。

serviceUri

用于发布通知的 Webhook 的服务 URI。

属性详细信息

customHeaders

将添加到 Webhook 通知的自定义标头。

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

属性值

{[propertyName: string]: string}

serviceUri

用于发布通知的 Webhook 的服务 URI。

serviceUri: string

属性值

string