PrivateEndpointConnection Class

A private endpoint connection.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
PrivateEndpointConnection

Constructor

PrivateEndpointConnection(*, private_endpoint: Optional[_models.PrivateEndpoint] = None, private_link_service_connection_state: Optional[_models.PrivateLinkServiceConnectionState] = None, **kwargs)

Variables

id
str

The ID of the private endpoint connection.

name
str

The name of the private endpoint connection.

type
str

The resource type.

provisioning_state
str or PrivateEndpointConnectionProvisioningState

The current provisioning state. Known values are: "Succeeded", "Creating", "Deleting", "Failed".

private_endpoint
PrivateEndpoint

The resource of private endpoint.

private_link_service_connection_state
PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.