你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ActionGroupResource Class

Definition

An action group resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ActionGroupResourceTypeConverter))]
public class ActionGroupResource : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ActionGroupResourceTypeConverter))>]
type ActionGroupResource = class
    interface IActionGroupResource
    interface IJsonSerializable
    interface IAzureResource
    interface IValidates
Public Class ActionGroupResource
Implements IActionGroupResource, IValidates
Inheritance
ActionGroupResource
Attributes
Implements

Constructors

ActionGroupResource()

Creates an new ActionGroupResource instance.

Properties

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.

AutomationRunbookReceiver

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

AzureAppPushReceiver

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

AzureFunctionReceiver

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

EmailReceiver

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

Enabled

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

EventHubReceiver

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

Azure resource Id

ItsmReceiver

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

Location

Resource location

LogicAppReceiver

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

Name

Azure resource name

ResourceGroupName

Gets the resource group name

SmsReceiver

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

Tag

Resource tags

Type

Azure resource type

VoiceReceiver

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

WebhookReceiver

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActionGroupResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActionGroupResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource.

FromJsonString(String)

Creates a new instance of ActionGroupResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActionGroupResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to