你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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).