GetActionGroupResult

data class GetActionGroupResult(val armRoleReceivers: List<ArmRoleReceiverResponse>? = null, val automationRunbookReceivers: List<AutomationRunbookReceiverResponse>? = null, val azureAppPushReceivers: List<AzureAppPushReceiverResponse>? = null, val azureFunctionReceivers: List<AzureFunctionReceiverResponse>? = null, val emailReceivers: List<EmailReceiverResponse>? = null, val enabled: Boolean, val eventHubReceivers: List<EventHubReceiverResponse>? = null, val groupShortName: String, val id: String, val itsmReceivers: List<ItsmReceiverResponse>? = null, val location: String, val logicAppReceivers: List<LogicAppReceiverResponse>? = null, val name: String, val smsReceivers: List<SmsReceiverResponse>? = null, val tags: Map<String, String>? = null, val type: String, val voiceReceivers: List<VoiceReceiverResponse>? = null, val webhookReceivers: List<WebhookReceiverResponse>? = null)

An action group resource.

Constructors

Link copied to clipboard
constructor(armRoleReceivers: List<ArmRoleReceiverResponse>? = null, automationRunbookReceivers: List<AutomationRunbookReceiverResponse>? = null, azureAppPushReceivers: List<AzureAppPushReceiverResponse>? = null, azureFunctionReceivers: List<AzureFunctionReceiverResponse>? = null, emailReceivers: List<EmailReceiverResponse>? = null, enabled: Boolean, eventHubReceivers: List<EventHubReceiverResponse>? = null, groupShortName: String, id: String, itsmReceivers: List<ItsmReceiverResponse>? = null, location: String, logicAppReceivers: List<LogicAppReceiverResponse>? = null, name: String, smsReceivers: List<SmsReceiverResponse>? = null, tags: Map<String, String>? = null, type: String, voiceReceivers: List<VoiceReceiverResponse>? = null, webhookReceivers: List<WebhookReceiverResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

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

Link copied to clipboard

Resource location

Link copied to clipboard

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

Link copied to clipboard

Azure resource name

Link copied to clipboard

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

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Azure resource type

Link copied to clipboard

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

Link copied to clipboard

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