PrivateEndpointConnection Class

A private endpoint connection.

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

Inheritance
azure.mgmt.containerservice._serialization.Model
PrivateEndpointConnection

Constructor

PrivateEndpointConnection(*, private_endpoint: _models.PrivateEndpoint | None = None, private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
private_endpoint

The resource of private endpoint.

private_link_service_connection_state

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

Variables

Name Description
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

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

private_endpoint

The resource of private endpoint.

private_link_service_connection_state

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