EventHubsConnectionStringBuilder コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EventHubsConnectionStringBuilder(String) |
ConnectionString 形式: Endpoint=sb://namespace_DNS_Name;EntityPath=EVENT_HUB_NAME;SharedAccessKeyName=SHARED_ACCESS_KEY_NAME;SharedAccessKey=SHARED_ACCESS_KEY |
EventHubsConnectionStringBuilder(Uri, String, String, String) |
次の方法で使用できる接続文字列を作成します。 CreateFromConnectionString(String) |
EventHubsConnectionStringBuilder(Uri, String, String, TimeSpan) |
次の方法で使用できる接続文字列を作成します。 CreateFromConnectionString(String) |
EventHubsConnectionStringBuilder(Uri, String, String, String, TimeSpan) |
次の方法で使用できる接続文字列を作成します。 CreateFromConnectionString(String) |
EventHubsConnectionStringBuilder(String)
ConnectionString 形式: Endpoint=sb://namespace_DNS_Name;EntityPath=EVENT_HUB_NAME;SharedAccessKeyName=SHARED_ACCESS_KEY_NAME;SharedAccessKey=SHARED_ACCESS_KEY
public EventHubsConnectionStringBuilder (string connectionString);
new Microsoft.Azure.EventHubs.EventHubsConnectionStringBuilder : string -> Microsoft.Azure.EventHubs.EventHubsConnectionStringBuilder
Public Sub New (connectionString As String)
パラメーター
- connectionString
- String
Event Hubs ConnectionString
適用対象
EventHubsConnectionStringBuilder(Uri, String, String, String)
次の方法で使用できる接続文字列を作成します。 CreateFromConnectionString(String)
public EventHubsConnectionStringBuilder (Uri endpointAddress, string entityPath, string sharedAccessKeyName, string sharedAccessKey);
new Microsoft.Azure.EventHubs.EventHubsConnectionStringBuilder : Uri * string * string * string -> Microsoft.Azure.EventHubs.EventHubsConnectionStringBuilder
Public Sub New (endpointAddress As Uri, entityPath As String, sharedAccessKeyName As String, sharedAccessKey As String)
パラメーター
- endpointAddress
- Uri
Event Hubs の完全修飾ドメイン名。 ほとんどの場合、{yournamespace}.servicebus.windows.net
- entityPath
- String
エンティティ パスまたはイベント ハブ名。
- sharedAccessKeyName
- String
共有アクセス キー名
- sharedAccessKey
- String
共有アクセス キー
適用対象
EventHubsConnectionStringBuilder(Uri, String, String, TimeSpan)
次の方法で使用できる接続文字列を作成します。 CreateFromConnectionString(String)
public EventHubsConnectionStringBuilder (Uri endpointAddress, string entityPath, string sharedAccessSignature, TimeSpan operationTimeout);
new Microsoft.Azure.EventHubs.EventHubsConnectionStringBuilder : Uri * string * string * TimeSpan -> Microsoft.Azure.EventHubs.EventHubsConnectionStringBuilder
Public Sub New (endpointAddress As Uri, entityPath As String, sharedAccessSignature As String, operationTimeout As TimeSpan)
パラメーター
- endpointAddress
- Uri
Event Hubs の完全修飾ドメイン名。 ほとんどの場合、{yournamespace}.servicebus.windows.net
- entityPath
- String
エンティティ パスまたはイベント ハブ名。
- sharedAccessSignature
- String
Shared Access Signature
- operationTimeout
- TimeSpan
Event Hubs 操作の操作タイムアウト
適用対象
EventHubsConnectionStringBuilder(Uri, String, String, String, TimeSpan)
次の方法で使用できる接続文字列を作成します。 CreateFromConnectionString(String)
public EventHubsConnectionStringBuilder (Uri endpointAddress, string entityPath, string sharedAccessKeyName, string sharedAccessKey, TimeSpan operationTimeout);
new Microsoft.Azure.EventHubs.EventHubsConnectionStringBuilder : Uri * string * string * string * TimeSpan -> Microsoft.Azure.EventHubs.EventHubsConnectionStringBuilder
Public Sub New (endpointAddress As Uri, entityPath As String, sharedAccessKeyName As String, sharedAccessKey As String, operationTimeout As TimeSpan)
パラメーター
- endpointAddress
- Uri
Event Hubs の完全修飾ドメイン名。 ほとんどの場合、{yournamespace}.servicebus.windows.net
- entityPath
- String
エンティティ パスまたはイベント ハブ名。
- sharedAccessKeyName
- String
共有アクセス キー名
- sharedAccessKey
- String
共有アクセス キー
- operationTimeout
- TimeSpan
Event Hubs 操作の操作タイムアウト
適用対象
Azure SDK for .NET