RuleEmailAction type

Specifies the action to send email when the rule condition is evaluated. The discriminator is always RuleEmailAction in this case.

type RuleEmailAction = RuleAction & {
  customEmails?: string[]
  odataType: "Microsoft.Azure.Management.Insights.Models.RuleEmailAction"
  sendToServiceOwners?: boolean
}