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

ActionGroup 类

定义

Azure 操作组。

public class ActionGroup
type ActionGroup = class
Public Class ActionGroup
继承
ActionGroup

构造函数

ActionGroup()

初始化 ActionGroup 类的新实例。

ActionGroup(String, Boolean, IList<EmailReceiver>, IList<SmsReceiver>, IList<WebhookReceiver>, IList<ItsmReceiver>, IList<AzureAppPushReceiver>, IList<AutomationRunbookReceiver>, IList<VoiceReceiver>, IList<LogicAppReceiver>, IList<AzureFunctionReceiver>, IList<ArmRoleReceiver>, IList<EventHubReceiver>)

初始化 ActionGroup 类的新实例。

属性

ArmRoleReceivers

获取或设置属于此操作组的 ARM 角色接收器的列表。 角色是 Azure RBAC 角色,仅支持内置角色。

AutomationRunbookReceivers

获取或设置属于此操作组的 AutomationRunbook 接收器的列表。

AzureAppPushReceivers

获取或设置属于此操作组的 AzureAppPush 接收器的列表。

AzureFunctionReceivers

获取或设置属于此操作组的 azure 函数接收器的列表。

EmailReceivers

获取或设置属于此操作组的电子邮件收件人的列表。

Enabled

获取或设置指示是否启用此操作组。 如果未启用操作组,则其接收方不会接收通信。

EventHubReceivers

获取或设置属于此操作组的事件中心接收器的列表。

GroupShortName

获取或设置操作组的短名称。 这将在短信中使用。

ItsmReceivers

获取或设置属于此操作组的 ITSM 接收器的列表。

LogicAppReceivers

获取或设置属于此操作组的逻辑应用接收器的列表。

SmsReceivers

获取或设置属于此操作组的短信接收方列表。

VoiceReceivers

获取或设置属于此操作组的语音接收器的列表。

WebhookReceivers

获取或设置属于此操作组的 Webhook 接收器的列表。

方法

Validate()

验证 对象。

适用于