RemotePrivateEndpointConnectionARMResourceProperties Class

RemotePrivateEndpointConnectionARMResource resource specific properties.

Constructor

RemotePrivateEndpointConnectionARMResourceProperties(*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