PrivateEndpointConnectionListResult Class
The result of a request to list private endpoint connections for a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPrivateEndpointConnectionListResult
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. |
next_link
|
The URI that can be used to request the next list of private endpoint connections. |
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. |
Azure SDK for Python