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

WebHookEventSubscriptionDestination 类

定义

有关事件订阅的 Webhook 目标的信息。

public class WebHookEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination
type WebHookEventSubscriptionDestination = class
    inherit EventSubscriptionDestination
Public Class WebHookEventSubscriptionDestination
Inherits EventSubscriptionDestination
继承
WebHookEventSubscriptionDestination

构造函数

WebHookEventSubscriptionDestination()

初始化 WebHookEventSubscriptionDestination 的新实例。

属性

AzureActiveDirectoryTenantId

Azure Active Directory 租户 ID,用于获取将作为持有者令牌包含在传递请求中的访问令牌。

BaseEndpoint

表示事件订阅目标终结点的基 URL。

DeliveryAttributeMappings

传递属性详细信息。 请注意 DeliveryAttributeMapping , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 DynamicDeliveryAttributeMappingStaticDeliveryAttributeMapping

Endpoint

表示事件订阅目标终结点的 URL。

MaxEventsPerBatch

每个批的最大事件数。

MinimumTlsVersionAllowed

Webhook 终结点应支持的最低 TLS 版本。

PreferredBatchSizeInKilobytes

首选批大小(以千字节为单位)。

UriOrAzureActiveDirectoryApplicationId

Azure Active Directory 应用程序 ID 或 URI,用于获取将作为持有者令牌包含在传递请求中的访问令牌。

适用于