次の方法で共有


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.v2023_01_01_preview.models._models_py3.ProxyResource
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 resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

system_data

Metadata pertaining to creation and last modification of the resource.

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.

provisioning_state

The provisioning state of private endpoint connection resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".