| Modifier and Type | Method and Description |
|---|---|
ConnectionStringBuilder |
ConnectionStringBuilder.setAuthentication(String authentication)
Set the authentication type in the Connection String.
|
ConnectionStringBuilder |
ConnectionStringBuilder.setEndpoint(String namespaceName,
String domainName)
Set an endpoint which can be used to connect to the EventHub instance.
|
ConnectionStringBuilder |
ConnectionStringBuilder.setEndpoint(URI endpoint)
Set an endpoint which can be used to connect to the EventHub instance.
|
ConnectionStringBuilder |
ConnectionStringBuilder.setEventHubName(String eventHubName)
Set the entity path value from the connection string.
|
ConnectionStringBuilder |
ConnectionStringBuilder.setNamespaceName(String namespaceName)
Set a namespace name which will be used to connect to an EventHubs instance.
|
ConnectionStringBuilder |
ConnectionStringBuilder.setOperationTimeout(Duration operationTimeout)
Set the OperationTimeout value in the Connection String.
|
ConnectionStringBuilder |
ConnectionStringBuilder.setSasKey(String sasKey)
Set the shared access policy key value from the connection string
|
ConnectionStringBuilder |
ConnectionStringBuilder.setSasKeyName(String sasKeyName)
Set the shared access policy owner name from the connection string
|
ConnectionStringBuilder |
ConnectionStringBuilder.setSharedAccessSignature(String sharedAccessSignature)
Set the shared access signature (also referred as SAS Token) from the connection string
|
ConnectionStringBuilder |
ConnectionStringBuilder.setTransportType(TransportType transportType)
Set the TransportType value in the Connection String.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.