ConnectionState Class

ConnectionState information.

Inheritance
azure.mgmt.eventhub._serialization.Model
ConnectionState

Constructor

ConnectionState(*, status: str | _models.PrivateLinkConnectionStatus | None = None, description: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

Status of the connection. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

Description of the connection state.

Variables

Name Description
status

Status of the connection. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

Description of the connection state.