次の方法で共有


EventHubDataSourceProperties コンストラクター

定義

オーバーロード

EventHubDataSourceProperties()

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

EventHubDataSourceProperties(String, String, String, String, String)

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

EventHubDataSourceProperties()

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

public EventHubDataSourceProperties ();
Public Sub New ()

適用対象

EventHubDataSourceProperties(String, String, String, String, String)

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

public EventHubDataSourceProperties (string serviceBusNamespace = default, string sharedAccessPolicyName = default, string sharedAccessPolicyKey = default, string authenticationMode = default, string eventHubName = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.EventHubDataSourceProperties : string * string * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.EventHubDataSourceProperties
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)

パラメーター

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) 要求で必要です。

適用対象