PrivateEndPointConnectionsOperationsExtensions.ListByFactoryNext Method

Definition

Lists Private endpoint connections

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource> ListByFactoryNext (this Microsoft.Azure.Management.DataFactory.IPrivateEndPointConnectionsOperations operations, string nextPageLink);
static member ListByFactoryNext : Microsoft.Azure.Management.DataFactory.IPrivateEndPointConnectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource>
<Extension()>
Public Function ListByFactoryNext (operations As IPrivateEndPointConnectionsOperations, nextPageLink As String) As IPage(Of PrivateEndpointConnectionResource)

Parameters

operations
IPrivateEndPointConnectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to