次の方法で共有


ServiceBusTopicEventSubscriptionDestination コンストラクター

定義

オーバーロード

ServiceBusTopicEventSubscriptionDestination()

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

ServiceBusTopicEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

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

ServiceBusTopicEventSubscriptionDestination()

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

public ServiceBusTopicEventSubscriptionDestination();
Public Sub New ()

適用対象

ServiceBusTopicEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

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

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

パラメーター

resourceId
String

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

deliveryAttributeMappings
IList<DeliveryAttributeMapping>

配信属性の詳細。

適用対象