ServiceBusConnectionStringProperties Class

Definition

The set of properties that comprise a Service Bus connection string.

public class ServiceBusConnectionStringProperties
type ServiceBusConnectionStringProperties = class
Public Class ServiceBusConnectionStringProperties
Inheritance
ServiceBusConnectionStringProperties

Constructors

ServiceBusConnectionStringProperties()

Properties

Endpoint

The endpoint to be used for connecting to the Service Bus namespace.

EntityPath

The name of the specific Service Bus entity instance under the associated Service Bus namespace.

FullyQualifiedNamespace

The fully qualified Service Bus namespace that the consumer is associated with. This is likely to be similar to {yournamespace}.servicebus.windows.net.

SharedAccessKey

The value of the shared access key, either for the Service Bus namespace or the Service Bus entity.

SharedAccessKeyName

The name of the shared access key, either for the Service Bus namespace or the Service Bus entity.

SharedAccessSignature

The value of the fully-formed shared access signature, either for the Service Bus namespace or the Service Bus entity.

Methods

Parse(String)

Parses the specified Service Bus connection string into its component properties.

Applies to