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

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.