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

PrivateEndpointConnection 类

专用终结点连接资源。

变量仅由服务器填充,发送请求时将被忽略。

继承
azure.mgmt.keyvault.v2018_02_14.models._models_py3.Resource
PrivateEndpointConnection

构造函数

PrivateEndpointConnection(*, private_endpoint: _models.PrivateEndpoint | None = None, private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
private_endpoint

专用终结点对象的属性。

private_link_service_connection_state

专用链接连接的审批状态。

变量

名称 说明
id
str

密钥保管库资源的完全限定标识符。

name
str

密钥保管库资源的名称。

type
str

密钥保管库资源的资源类型。

location
str

密钥保管库资源的 Azure 位置。

tags

分配给密钥保管库资源的标记。

private_endpoint

专用终结点对象的属性。

private_link_service_connection_state

专用链接连接的审批状态。

provisioning_state

专用终结点连接的预配状态。 已知值为:“Succeeded”、“Creating”、“Updating”、“Deleting”、“Failed”和“Disconnected”。