Share via


ConnectionState Constructors

Definition

Overloads

ConnectionState()

Initializes a new instance of the ConnectionState class.

ConnectionState(String, String)

Initializes a new instance of the ConnectionState class.

ConnectionState()

Initializes a new instance of the ConnectionState class.

public ConnectionState ();
Public Sub New ()

Applies to

ConnectionState(String, String)

Initializes a new instance of the ConnectionState class.

public ConnectionState (string status = default, string description = default);
new Microsoft.Azure.Management.EventHub.Models.ConnectionState : string * string -> Microsoft.Azure.Management.EventHub.Models.ConnectionState
Public Sub New (Optional status As String = Nothing, Optional description As String = Nothing)

Parameters

status
String

Status of the connection. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'

description
String

Description of the connection state.

Applies to