次の方法で共有


EventHubV2StreamInputDataSource コンストラクター

定義

オーバーロード

EventHubV2StreamInputDataSource()

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

EventHubV2StreamInputDataSource(String, String, String, String, String, String)

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

EventHubV2StreamInputDataSource()

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

public EventHubV2StreamInputDataSource ();
Public Sub New ()

適用対象

EventHubV2StreamInputDataSource(String, String, String, String, String, String)

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

public EventHubV2StreamInputDataSource (string serviceBusNamespace = default, string sharedAccessPolicyName = default, string sharedAccessPolicyKey = default, string authenticationMode = default, string eventHubName = default, string consumerGroupName = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.EventHubV2StreamInputDataSource : string * string * string * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.EventHubV2StreamInputDataSource
Public Sub New (Optional serviceBusNamespace As String = Nothing, Optional sharedAccessPolicyName As String = Nothing, Optional sharedAccessPolicyKey As String = Nothing, Optional authenticationMode As String = Nothing, Optional eventHubName As String = Nothing, Optional consumerGroupName As String = Nothing)

パラメーター

serviceBusNamespace
String

目的のイベント ハブ、Service Bus キュー、Service Bus トピックなどに関連付けられている名前空間。PUT (CreateOrReplace) 要求で必要です。

sharedAccessPolicyName
String

イベント ハブ、Service Bus キュー、Service Bus トピックなどの共有アクセス ポリシー名。PUT (CreateOrReplace) 要求で必要です。

sharedAccessPolicyKey
String

指定した共有アクセス ポリシーの共有アクセス ポリシー キー。 PUT (CreateOrReplace) 要求で必要です。

authenticationMode
String

認証モード。 使用できる値は、'Msi'、'UserToken'、'ConnectionString' です。

eventHubName
String

イベント ハブの名前。 PUT (CreateOrReplace) 要求で必要です。

consumerGroupName
String

イベント ハブからイベントを読み取るために使用する必要があるイベント ハブ コンシューマー グループの名前。 複数の入力に対して個別のコンシューマー グループ名を指定すると、これらの各入力でイベント ハブから同じイベントを受信できます。 指定しない場合、入力では Event Hub の既定のコンシューマー グループが使用されます。

適用対象