PrivateEndpointConnectionListResult Class

A list of private link resources.

Inheritance
PrivateEndpointConnectionListResult

Constructor

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

Parameters

value
list[PrivateEndpointConnection]
Required

Array of private endpoint connections.

next_link
str
Required

The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots.