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

PrivateLinkConnectionState Class

The state of a private link connection.

Inheritance
azure.mgmt.web._serialization.Model
PrivateLinkConnectionState

Constructor

PrivateLinkConnectionState(*, status: str | None = None, description: str | None = None, actions_required: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status
str

Status of a private link connection.

description
str

Description of a private link connection.

actions_required
str

ActionsRequired for a private link connection.

Variables

Name Description
status
str

Status of a private link connection.

description
str

Description of a private link connection.

actions_required
str

ActionsRequired for a private link connection.