ActionGroup Class

Definition

An Azure action group.

public class ActionGroup
type ActionGroup = class
Public Class ActionGroup
Inheritance
ActionGroup

Constructors

ActionGroup()

Initializes a new instance of the ActionGroup class.

ActionGroup(String, Boolean, 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 ActionGroup class.

Properties

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.

Enabled

Gets or sets indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.

EventHubReceivers

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

GroupShortName

Gets or sets the short name of the action group. This will be used in SMS messages.

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