ListPrivateEndpointConnectionsResult Class

Values returned by the List operation.

Inheritance
ListPrivateEndpointConnectionsResult

Constructor

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

Variables

value
list[PrivateEndpointConnection]

The collection of returned private endpoint connection.

next_link
str

The continuation token.