次の方法で共有


EventHubV2OutputDataSource コンストラクター

定義

オーバーロード

EventHubV2OutputDataSource()

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

EventHubV2OutputDataSource(String, String, String, String, String, String, IList<String>)

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

EventHubV2OutputDataSource()

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

public EventHubV2OutputDataSource ();
Public Sub New ()

適用対象

EventHubV2OutputDataSource(String, String, String, String, String, String, IList<String>)

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

public EventHubV2OutputDataSource (string serviceBusNamespace = default, string sharedAccessPolicyName = default, string sharedAccessPolicyKey = default, string authenticationMode = default, string eventHubName = default, string partitionKey = default, System.Collections.Generic.IList<string> propertyColumns = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.EventHubV2OutputDataSource : string * string * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StreamAnalytics.Models.EventHubV2OutputDataSource
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 partitionKey As String = Nothing, Optional propertyColumns As IList(Of 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) 要求で必要です。

partitionKey
String

イベント データを送信するパーティションを決定するために使用されるキー/列。

propertyColumns
IList<String>

このイベント ハブ出力に関連付けられているプロパティ。

適用対象