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 してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がStaticDeliveryAttributeMapping含まれますDynamicDeliveryAttributeMapping

Endpoint

イベント サブスクリプションの送信先のエンドポイントを表す URL。

MaxEventsPerBatch

バッチあたりのイベントの最大数。

MinimumTlsVersionAllowed

Webhook エンドポイントでサポートされる必要がある TLS の最小バージョン。

PreferredBatchSizeInKilobytes

推奨されるバッチ サイズ (キロバイト単位)。

UriOrAzureActiveDirectoryApplicationId

配信要求にベアラー トークンとして含まれるアクセス トークンを取得する Azure Active Directory アプリケーション ID または URI。

適用対象