Package version:

Interface PrivateEndpointConnectionListResult

A list of private link resources

interface PrivateEndpointConnectionListResult {
    nextLink?: string;
    value?: PrivateEndpointConnection[];
}

Properties

Properties

nextLink?: string

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

Array of private endpoint connections