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

WebhookReceiver 类

定义

Webhook 接收器。

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

构造函数

WebhookReceiver()

初始化 WebhookReceiver 类的新实例。

WebhookReceiver(String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String)

初始化 WebhookReceiver 类的新实例。

属性

IdentifierUri

获取或设置指示ad 身份验证的标识符 URI。

Name

获取或设置 Webhook 接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

ObjectId

获取或设置指示 aad 身份验证的 Webhook 应用对象 ID。

ServiceUri

获取或设置应将 Webhook 发送到的 URI。

TenantId

获取或设置指示 aad 身份验证的租户 ID。

UseAadAuth

获取或设置指示是否使用 AAD 身份验证。

UseCommonAlertSchema

获取或设置指示是否使用通用警报架构。

方法

Validate()

验证 对象。

适用于