Share via


PrivateEndpointConnectionProperties Class

Properties of the private endpoint connection resource.

Constructor

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

Variables

Name Description
private_endpoint

Properties of the private endpoint object.

private_link_service_connection_state

Approval state of the private link connection.

provisioning_state

Provisioning state of the private endpoint connection. Known values are: "Succeeded", "Creating", "Updating", "Deleting", "Failed", and "Disconnected".

Attributes

private_endpoint

Properties of the private endpoint object.

private_endpoint: _models.PrivateEndpoint | None

Approval state of the private link connection.

private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None

provisioning_state

"Succeeded", "Creating", "Updating", "Deleting", "Failed", and "Disconnected".

provisioning_state: str | _models.PrivateEndpointConnectionProvisioningState | None