ConnectionState Class

ConnectionState information.

Inheritance
azure.mgmt.eventgrid._serialization.Model
ConnectionState

Constructor

ConnectionState(*, status: str | _models.PersistedConnectionStatus | None = None, description: str | None = None, actions_required: 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.

actions_required
str

Actions required (if any).

Variables

Name Description
status

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

description
str

Description of the connection state.

actions_required
str

Actions required (if any).