ActionGroupResource Class

Definition

An action group resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ActionGroupResource : Microsoft.Azure.Management.Monitor.Models.AzureResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ActionGroupResource = class
    inherit AzureResource
Public Class ActionGroupResource
Inherits AzureResource
Inheritance
ActionGroupResource
Attributes

Constructors

ActionGroupResource()

Initializes a new instance of the ActionGroupResource class.

ActionGroupResource(String, String, Boolean, String, String, String, String, String, IDictionary<String,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 ActionGroupResource 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.

Id

Gets azure resource Id

(Inherited from AzureResource)
Identity

Gets azure resource identity

(Inherited from AzureResource)
ItsmReceivers

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

Kind

Gets azure resource kind

(Inherited from AzureResource)
Location

Gets or sets resource location

(Inherited from AzureResource)
LogicAppReceivers

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

Name

Gets azure resource name

(Inherited from AzureResource)
SmsReceivers

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

Tags

Gets or sets resource tags

(Inherited from AzureResource)
Type

Gets azure resource type

(Inherited from AzureResource)
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