PrivateEndpointConnectionProperties Class

Properties of the private endpoint connection resource.

Constructor

PrivateEndpointConnectionProperties()

Variables

Name Description
private_endpoint
<xref:<xref:"PrivateEndpoint">>

The Private Endpoint resource for this Connection.

private_link_service_connection_state
<xref:<xref:"ConnectionState">>

Details about the state of the connection.

provisioning_state
Union[str, <xref:"EndPointProvisioningState">]

Provisioning state of the Private Endpoint Connection. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", and "Failed".

Attributes

privateEndpoint

The Private Endpoint resource for this Connection.

privateEndpoint: PrivateEndpoint

privateLinkServiceConnectionState

Details about the state of the connection.

privateLinkServiceConnectionState: ConnectionState

provisioningState

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

provisioningState: str | EndPointProvisioningState