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

PrivateLinkServiceConnectionState Class

The current state of a private endpoint connection.

All required parameters must be populated in order to send to Azure.

Constructor

PrivateLinkServiceConnectionState(*, status: str | _models.PrivateLinkServiceConnectionStatus, description: str, actions_required: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

The status of a private endpoint connection. Required. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

The description for the current state of a private endpoint connection. Required.

actions_required
str

Actions required for a private endpoint connection.

Variables

Name Description
status

The status of a private endpoint connection. Required. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

The description for the current state of a private endpoint connection. Required.

actions_required
str

Actions required for a private endpoint connection.