ServiceBusConnectionDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A connection string for a service bus entity.
public class ServiceBusConnectionDetail
type ServiceBusConnectionDetail = class
Public Class ServiceBusConnectionDetail
- Inheritance
-
ServiceBusConnectionDetail
Constructors
ServiceBusConnectionDetail() |
Initializes a new instance of the ServiceBusConnectionDetail class. |
Properties
AuthorizationType |
Optional. The type of authorization for the connection to the entity. |
ConnectionString |
Optional. The connection string to the entity. |
KeyName |
Optional. The name of the key used in the connection. |
Rights |
Optional. The rights connections to the entity via the connection string will have. |
Applies to
Azure SDK for .NET