ConnectionState Class

ConnectionState information.

Inheritance
msrest.serialization.Model
ConnectionState

Constructor

ConnectionState(*, status: str | PersistedConnectionStatus | None = None, description: str | None = None, actions_required: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
status

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

description
str

Description of the connection state.

actions_required
str

Actions required (if any).

Variables

Name Description
status

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

description
str

Description of the connection state.

actions_required
str

Actions required (if any).