NotificationRequestBody Class

Definition

The request body which contain contact detail metadata

public class NotificationRequestBody
type NotificationRequestBody = class
Public Class NotificationRequestBody
Inheritance
NotificationRequestBody

Constructors

NotificationRequestBody()

Initializes a new instance of the NotificationRequestBody class.

NotificationRequestBody(String, IList<EmailReceiver>, IList<SmsReceiver>, IList<WebhookReceiver>, IList<ItsmReceiver>, IList<AzureAppPushReceiver>, IList<AutomationRunbookReceiver>, IList<VoiceReceiver>, IList<LogicAppReceiver>, IList<AzureFunctionReceiver>, IList<ArmRoleReceiver>, IList<EventHubReceiver>)

Initializes a new instance of the NotificationRequestBody class.

Properties

AlertType

Gets or sets the name of the supported alert type.

ArmRoleReceivers

Gets or sets 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

Gets or sets the list of AutomationRunbook receivers that are part of this action group.

AzureAppPushReceivers

Gets or sets the list of AzureAppPush receivers that are part of this action group.

AzureFunctionReceivers

Gets or sets the list of azure function receivers that are part of this action group.

EmailReceivers

Gets or sets the list of email receivers that are part of this action group.

EventHubReceivers

Gets or sets the list of event hub receivers that are part of this action group.

ItsmReceivers

Gets or sets the list of ITSM receivers that are part of this action group.

LogicAppReceivers

Gets or sets the list of logic app receivers that are part of this action group.

SmsReceivers

Gets or sets the list of SMS receivers that are part of this action group.

VoiceReceivers

Gets or sets the list of voice receivers that are part of this action group.

WebhookReceivers

Gets or sets the list of webhook receivers that are part of this action group.

Methods

Validate()

Validate the object.

Applies to