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

NotificationRequestBody 类

定义

包含联系人详细信息元数据的请求正文

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

构造函数

NotificationRequestBody()

初始化 NotificationRequestBody 类的新实例。

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

初始化 NotificationRequestBody 类的新实例。

属性

AlertType

获取或设置支持的警报类型的名称。

ArmRoleReceivers

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

AutomationRunbookReceivers

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

AzureAppPushReceivers

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

AzureFunctionReceivers

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

EmailReceivers

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

EventHubReceivers

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

ItsmReceivers

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

LogicAppReceivers

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

SmsReceivers

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

VoiceReceivers

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

WebhookReceivers

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

方法

Validate()

验证 对象。

适用于