次の方法で共有


WebHookEventSubscriptionDestination クラス

定義

イベント サブスクリプションの Webhook 変換先に関する情報。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("WebHook")]
public class WebHookEventSubscriptionDestination : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("WebHook")>]
type WebHookEventSubscriptionDestination = class
    inherit EventSubscriptionDestination
Public Class WebHookEventSubscriptionDestination
Inherits EventSubscriptionDestination
継承
WebHookEventSubscriptionDestination
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

WebHookEventSubscriptionDestination()

WebHookEventSubscriptionDestination クラスの新しいインスタンスを初期化します。

WebHookEventSubscriptionDestination(String, String, Nullable<Int32>, Nullable<Int32>, String, String, IList<DeliveryAttributeMapping>)

WebHookEventSubscriptionDestination クラスの新しいインスタンスを初期化します。

プロパティ

AzureActiveDirectoryApplicationIdOrUri

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

AzureActiveDirectoryTenantId

配信要求にベアラー トークンとして含まれるアクセス トークンを取得する Azure Active Directory テナント ID を取得または設定します。

DeliveryAttributeMappings

配信属性の詳細を取得または設定します。

EndpointBaseUrl

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

EndpointUrl

イベント サブスクリプションの送信先のエンドポイントを表す URL を取得または設定します。

MaxEventsPerBatch

バッチあたりのイベントの最大数を取得または設定します。

PreferredBatchSizeInKilobytes

推奨されるバッチ サイズをキロバイト単位で取得または設定します。

適用対象