Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RuleWebhookAction

Package version

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

Hierarchy

Index

Properties

odataType

odataType: "Microsoft.Azure.Management.Insights.Models.RuleWebhookAction"

Polymorphic discriminator, which specifies the different types this object can be

Optional properties

properties: undefined | {}

the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.

Optional serviceUri

serviceUri: undefined | string

the service uri to Post the notification when the alert activates or resolves.

Generated using TypeDoc