NotificationRequestBody interface

The request body which contain contact detail metadata

Properties

alertType

The name of the supported alert type.

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.

automationRunbookReceivers

The list of AutomationRunbook receivers that are part of this action group.

azureAppPushReceivers

The list of AzureAppPush receivers that are part of this action group.

azureFunctionReceivers

The list of azure function receivers that are part of this action group.

emailReceivers

The list of email receivers that are part of this action group.

eventHubReceivers

The list of event hub receivers that are part of this action group.

itsmReceivers

The list of ITSM receivers that are part of this action group.

logicAppReceivers

The list of logic app receivers that are part of this action group.

smsReceivers

The list of SMS receivers that are part of this action group.

voiceReceivers

The list of voice receivers that are part of this action group.

webhookReceivers

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[]

Property Value