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

MHSMPrivateLinkServiceConnectionState Class

An object that represents the approval state of the private link connection.

Inheritance
azure.mgmt.keyvault._serialization.Model
MHSMPrivateLinkServiceConnectionState

Constructor

MHSMPrivateLinkServiceConnectionState(*, status: str | _models.PrivateEndpointServiceConnectionStatus | None = None, description: str | None = None, actions_required: str | _models.ActionsRequired | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

Indicates whether the connection has been approved, rejected or removed by the key vault owner. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

The reason for approval or rejection.

actions_required

A message indicating if changes on the service provider require any updates on the consumer. "None"

Variables

Name Description
status

Indicates whether the connection has been approved, rejected or removed by the key vault owner. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

The reason for approval or rejection.

actions_required

A message indicating if changes on the service provider require any updates on the consumer. "None"