Share via


ActionGroupData Class

Definition

A class representing the ActionGroup data model. An action group resource.

public class ActionGroupData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.ActionGroupData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.ActionGroupData>
public class ActionGroupData : Azure.ResourceManager.Models.TrackedResourceData
type ActionGroupData = class
    inherit TrackedResourceData
    interface IJsonModel<ActionGroupData>
    interface IPersistableModel<ActionGroupData>
type ActionGroupData = class
    inherit TrackedResourceData
Public Class ActionGroupData
Inherits TrackedResourceData
Implements IJsonModel(Of ActionGroupData), IPersistableModel(Of ActionGroupData)
Public Class ActionGroupData
Inherits TrackedResourceData
Inheritance
Implements

Constructors

ActionGroupData(AzureLocation)

Initializes a new instance of ActionGroupData.

Properties

ArmRoleReceivers

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

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

AzureAppPushReceivers

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

AzureFunctionReceivers

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

EmailReceivers

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

EventHubReceivers

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

GroupShortName

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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsEnabled

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

ItsmReceivers

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

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
LogicAppReceivers

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

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SmsReceivers

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

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
VoiceReceivers

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

WebhookReceivers

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

Explicit Interface Implementations

IJsonModel<ActionGroupData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ActionGroupData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ActionGroupData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActionGroupData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ActionGroupData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to