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[azure.mgmt.appconfiguration.models._models_py3.PrivateEndpoint] = None, private_link_service_connection_state: Optional[azure.mgmt.appconfiguration.models._models_py3.PrivateLinkServiceConnectionState] = None, **kwargs)

Variables

id
str

The resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

provisioning_state
str or ProvisioningState

The provisioning status of the private endpoint connection. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Failed", "Canceled".

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.