Share via


HybridConnectionDescription Class

 

Represents a HybridConnection description.

Namespace:   Microsoft.ServiceBus.Relay
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ServiceBus.Messaging.EntityDescription
    Microsoft.ServiceBus.Relay.HybridConnectionDescription

Syntax

[DataContractAttribute(Name = "HybridConnectionDescription", 
    Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class HybridConnectionDescription : EntityDescription
[DataContractAttribute(Name = "HybridConnectionDescription", 
    Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public ref class HybridConnectionDescription : EntityDescription
[<DataContractAttribute(Name = "HybridConnectionDescription",
    Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type HybridConnectionDescription = 
    class
        inherit EntityDescription
    end
<DataContractAttribute(Name := "HybridConnectionDescription",
    Namespace := "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>
Public Class HybridConnectionDescription
    Inherits EntityDescription

Constructors

Name Description
System_CAPS_pubmethod HybridConnectionDescription(String)

Initializes a new instance of the HybridConnectionDescription class.

Properties

Name Description
System_CAPS_pubproperty Authorization

Gets the AuthorizationRules.

System_CAPS_pubproperty CollectionName

Gets or sets the name of the collection associated with the HybridConnection.

System_CAPS_pubproperty CreatedAt

Gets or sets the exact time the HybridConnection was created.

System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.(Inherited from EntityDescription.)

System_CAPS_pubproperty IsReadOnly

Gets or sets a value that indicates whether the entity description is read-only.(Inherited from EntityDescription.)

System_CAPS_pubproperty ListenerCount

Gets or sets the number of listeners for this HybridConnection.

System_CAPS_pubproperty Path

Gets or sets the relative path of the HybridConnection.

System_CAPS_pubproperty RequiresClientAuthorization

Gets or sets whether client authorization is needed for this HybridConnection.

System_CAPS_pubproperty UpdatedAt

Gets or sets the date when the HybridConnection was updated.

System_CAPS_pubproperty UserMetadata

Gets or sets the user metadata associated with this instance.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod ThrowIfReadOnly()

Throws an exception if the entity description is read-only.(Inherited from EntityDescription.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ServiceBus.Relay Namespace

Return to top