Partilhar via


PrivateEndpointConnectionListResult Class

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

Inheritance
azure.mgmt.containerregistry._serialization.Model
PrivateEndpointConnectionListResult

Constructor

PrivateEndpointConnectionListResult(*, value: List[_models.PrivateEndpointConnection] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value
list[<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.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.

Variables

Name Description
value
list[<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.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.