次の方法で共有


DeliveryWithResourceIdentity クラス

定義

リソース ID を使用したイベント サブスクリプションの配信に関する情報。

public class DeliveryWithResourceIdentity
type DeliveryWithResourceIdentity = class
Public Class DeliveryWithResourceIdentity
継承
DeliveryWithResourceIdentity

コンストラクター

DeliveryWithResourceIdentity()

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

プロパティ

Destination

イベント サブスクリプションに対してイベントを配信する必要がある送信先に関する情報。 Azure Event Gridの ID を使用して、配信/配信不能時に使用される認証トークンを取得します。 基底クラスであることに注意 EventSubscriptionDestination してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、、EventHubEventSubscriptionDestinationHybridConnectionEventSubscriptionDestinationPartnerEventSubscriptionDestinationServiceBusTopicEventSubscriptionDestinationServiceBusQueueEventSubscriptionDestinationStorageQueueEventSubscriptionDestination、および がWebHookEventSubscriptionDestination含まれます。AzureFunctionEventSubscriptionDestination

Identity

イベントを配信するときに使用する ID。

適用対象