PrivateEndpointConnectionListResult Class

The result of a request to list private endpoint connections for a container registry.

Inheritance
PrivateEndpointConnectionListResult

Constructor

PrivateEndpointConnectionListResult(*, value: Optional[List[azure.mgmt.containerregistry.v2021_08_01_preview.models._models_py3.PrivateEndpointConnection]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[PrivateEndpointConnection]

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
str

The URI that can be used to request the next list of private endpoint connections.