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_11_01_preview.models._models_py3.ProxyResourcePrivateEndpointConnection
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
|
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". |
Azure SDK for Python