AzureFunctionEventSubscriptionDestination クラス

定義

イベント サブスクリプションの Azure 関数の宛先に関する情報。

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

コンストラクター

AzureFunctionEventSubscriptionDestination()

AzureFunctionEventSubscriptionDestination の新しいインスタンスを初期化します。

プロパティ

DeliveryAttributeMappings

配信属性の詳細。 基底クラスであることに注意 DeliveryAttributeMapping してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がStaticDeliveryAttributeMapping含まれますDynamicDeliveryAttributeMapping

MaxEventsPerBatch

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

PreferredBatchSizeInKilobytes

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

ResourceId

イベント サブスクリプションの Azure 関数の宛先のエンドポイントを表す Azure リソース ID。

適用対象