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

RuleWebhookAction type

指定要在评估规则条件时发布到服务的作。 在这种情况下,鉴别器始终为 RuleWebhookAction。

type RuleWebhookAction = RuleAction & {
  odataType: "Microsoft.Azure.Management.Insights.Models.RuleWebhookAction"
  properties?: { [propertyName: string]: string }
  serviceUri?: string
}