NotificationRequestBody interface
The request body which contain contact detail metadata
Properties
alert |
The name of the supported alert type. |
arm |
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported. |
automation |
The list of AutomationRunbook receivers that are part of this action group. |
azure |
The list of AzureAppPush receivers that are part of this action group. |
azure |
The list of azure function receivers that are part of this action group. |
email |
The list of email receivers that are part of this action group. |
event |
The list of event hub receivers that are part of this action group. |
itsm |
The list of ITSM receivers that are part of this action group. |
logic |
The list of logic app receivers that are part of this action group. |
sms |
The list of SMS receivers that are part of this action group. |
voice |
The list of voice receivers that are part of this action group. |
webhook |
The list of webhook receivers that are part of this action group. |
Property Details
alertType
The name of the supported alert type.
alertType: string
Property Value
string
armRoleReceivers
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
armRoleReceivers?: ArmRoleReceiver[]
Property Value
automationRunbookReceivers
The list of AutomationRunbook receivers that are part of this action group.
automationRunbookReceivers?: AutomationRunbookReceiver[]
Property Value
azureAppPushReceivers
The list of AzureAppPush receivers that are part of this action group.
azureAppPushReceivers?: AzureAppPushReceiver[]
Property Value
azureFunctionReceivers
The list of azure function receivers that are part of this action group.
azureFunctionReceivers?: AzureFunctionReceiver[]
Property Value
emailReceivers
The list of email receivers that are part of this action group.
emailReceivers?: EmailReceiver[]
Property Value
eventHubReceivers
The list of event hub receivers that are part of this action group.
eventHubReceivers?: EventHubReceiver[]
Property Value
itsmReceivers
The list of ITSM receivers that are part of this action group.
itsmReceivers?: ItsmReceiver[]
Property Value
logicAppReceivers
The list of logic app receivers that are part of this action group.
logicAppReceivers?: LogicAppReceiver[]
Property Value
smsReceivers
The list of SMS receivers that are part of this action group.
smsReceivers?: SmsReceiver[]
Property Value
voiceReceivers
The list of voice receivers that are part of this action group.
voiceReceivers?: VoiceReceiver[]
Property Value
webhookReceivers
The list of webhook receivers that are part of this action group.
webhookReceivers?: WebhookReceiver[]