DataFlowsOperationsExtensions.ListByFactoryNext Method

Definition

Lists data flows.

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

Parameters

operations
IDataFlowsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to