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.
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. Default value: None | 
| private_link_service_connection_state | A collection of information about the state of the connection between service consumer and provider. Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | The resource ID. | 
| name | The name of the resource. | 
| type | 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". |