RuleWebhookAction type

Specifies the action to post to service when the rule condition is evaluated. The discriminator is always RuleWebhookAction in this case.

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