Package version:

Interface PrivateEndpointConnectionListResponse

A list of linked service resources.

interface PrivateEndpointConnectionListResponse {
    nextLink?: string;
    value: PrivateEndpointConnectionResource[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

List of Private Endpoint Connections.