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

RemotePrivateEndpointConnectionProperties Class

RemotePrivateEndpointConnection resource specific properties.

Constructor

RemotePrivateEndpointConnectionProperties(*args: Any, **kwargs: Any)

Variables

Name Description
provisioning_state
str
private_endpoint

PrivateEndpoint of a remote private endpoint connection.

private_link_service_connection_state

The state of a private link connection.

ip_addresses

Private IPAddresses mapped to the remote private endpoint.

Attributes

ip_addresses

Private IPAddresses mapped to the remote private endpoint.

ip_addresses: list[str] | None

private_endpoint

PrivateEndpoint of a remote private endpoint connection.

private_endpoint: _models.ArmIdWrapper | None

The state of a private link connection.

private_link_service_connection_state: _models.PrivateLinkConnectionState | None

provisioning_state

provisioning_state: str | None