PrivateEndpointConnection Class

An object that represents a private endpoint connection for a container registry.

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

Inheritance
azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.ProxyResource
PrivateEndpointConnection

Constructor

PrivateEndpointConnection(*, private_endpoint: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.PrivateEndpoint] = None, private_link_service_connection_state: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.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.

system_data
SystemData

Metadata pertaining to creation and last modification of the resource.

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.

provisioning_state
str or ProvisioningState

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