Package version:

Interface PrivateEndPointConnections

Interface representing a PrivateEndPointConnections.

interface PrivateEndPointConnections {
    listByFactory(resourceGroupName: string, factoryName: string, options?: PrivateEndPointConnectionsListByFactoryOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionResource>;
}

Methods