AlertingAction type
Specify action need to be taken when rule type is Alert
type AlertingAction = Action & {
aznsAction?: AzNsActionGroup
odataType: "Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.AlertingAction"
severity: AlertSeverity
throttlingInMin?: number
trigger: TriggerCondition
}