Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionGroupResource

Package version

An action group resource.

Hierarchy

Index

Properties

Optional armRoleReceivers

armRoleReceivers: ArmRoleReceiver[]

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.

Optional automationRunbookReceivers

automationRunbookReceivers: AutomationRunbookReceiver[]

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

Optional azureAppPushReceivers

azureAppPushReceivers: AzureAppPushReceiver[]

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

Optional azureFunctionReceivers

azureFunctionReceivers: AzureFunctionReceiver[]

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

Optional emailReceivers

emailReceivers: EmailReceiver[]

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

Optional enabled

enabled: undefined | false | true

Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.

Optional eventHubReceivers

eventHubReceivers: EventHubReceiver[]

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

Optional groupShortName

groupShortName: undefined | string

The short name of the action group. This will be used in SMS messages.

Optional id

id: undefined | string

Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional itsmReceivers

itsmReceivers: ItsmReceiver[]

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

location

location: string

Resource location

Optional logicAppReceivers

logicAppReceivers: LogicAppReceiver[]

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

Optional name

name: undefined | string

Azure resource name NOTE: This property will not be serialized. It can only be populated by the server.

Optional smsReceivers

smsReceivers: SmsReceiver[]

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

Optional tags

tags: undefined | {}

Resource tags

Optional type

type: undefined | string

Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.

Optional voiceReceivers

voiceReceivers: VoiceReceiver[]

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

Optional webhookReceivers

webhookReceivers: WebhookReceiver[]

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

Generated using TypeDoc