次の方法で共有


EventHubEventSubscriptionDestination コンストラクター

定義

オーバーロード

EventHubEventSubscriptionDestination()

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

EventHubEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

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

EventHubEventSubscriptionDestination()

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

public EventHubEventSubscriptionDestination();
Public Sub New ()

適用対象

EventHubEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

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

public EventHubEventSubscriptionDestination(string resourceId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> deliveryAttributeMappings = default);
new Microsoft.Azure.Management.EventGrid.Models.EventHubEventSubscriptionDestination : string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> -> Microsoft.Azure.Management.EventGrid.Models.EventHubEventSubscriptionDestination
Public Sub New (Optional resourceId As String = Nothing, Optional deliveryAttributeMappings As IList(Of DeliveryAttributeMapping) = Nothing)

パラメーター

resourceId
String

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

deliveryAttributeMappings
IList<DeliveryAttributeMapping>

配信属性の詳細。

適用対象