Table of Contents

Class ConnectionDetail

Namespace
Microsoft.ServiceBus.Management
Assembly
Microsoft.ServiceBus.dll

Represents the details associated with the service bus connection.

[DataContract(Name = "ConnectionDetail", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class ConnectionDetail
Inheritance
ConnectionDetail
Inherited Members

Constructors

ConnectionDetail()

public ConnectionDetail()

Properties

AuthorizationType

Gets or sets the authorization type for the connection.

[DataMember(Name = "AuthorizationType", IsRequired = false, Order = 1004, EmitDefaultValue = false)]
public string AuthorizationType { get; set; }

Property Value

string

The authorization type for the connection.

ConnectionString

Gets or sets the connection string associated with the connection.

[DataMember(Name = "ConnectionString", IsRequired = false, Order = 1002, EmitDefaultValue = false)]
public string ConnectionString { get; set; }

Property Value

string

The connection string associated with the connection.

KeyName

Gets or sets the key name associated with the connection.

[Key]
[DataMember(Name = "KeyName", IsRequired = true, Order = 1001, EmitDefaultValue = false)]
public string KeyName { get; set; }

Property Value

string

The key name associated with the connection.

Rights

Gets or sets the access rights associated with the connection.

[DataMember(Name = "Rights", IsRequired = false, Order = 1005, EmitDefaultValue = false)]
public IEnumerable<AccessRights> Rights { get; set; }

Property Value

IEnumerable<AccessRights>

The access rights associated with the connection.

SecondaryConnectionString

Gets or sets the secondary connection string associated with the connection.

[DataMember(Name = "SecondaryConnectionString", IsRequired = false, Order = 1003, EmitDefaultValue = false)]
public string SecondaryConnectionString { get; set; }

Property Value

string

The secondary connection string associated with the connection.