PrivateEndpointConnectionListResult Class    
The result of a request to list private endpoint connections for a container registry.
Constructor
PrivateEndpointConnectionListResult(*, value: List[_models.PrivateEndpointConnection] | None = None, next_link: str | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| value | The list of private endpoint connections. Since this list may be incomplete, the nextLink field should be used to request the next list of private endpoint connections. Default value: None | 
| next_link | The URI that can be used to request the next list of private endpoint connections. Default value: None | 
Variables
| Name | Description | 
|---|---|
| value | The list of private endpoint connections. Since this list may be incomplete, the nextLink field should be used to request the next list of private endpoint connections. | 
| next_link | The URI that can be used to request the next list of private endpoint connections. |