RuleWebhookAction type
指定要在评估规则条件时发布到服务的作。 在这种情况下,鉴别器始终为 RuleWebhookAction。
type RuleWebhookAction = RuleAction & {
odataType: "Microsoft.Azure.Management.Insights.Models.RuleWebhookAction"
properties?: { [propertyName: string]: string }
serviceUri?: string
}