Share via


PipelinesOperationsExtensions.ListByFactoryNextAsync Method

Definition

Lists pipelines.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PipelineResource>> ListByFactoryNextAsync (this Microsoft.Azure.Management.DataFactory.IPipelinesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByFactoryNextAsync : Microsoft.Azure.Management.DataFactory.IPipelinesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PipelineResource>>
<Extension()>
Public Function ListByFactoryNextAsync (operations As IPipelinesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PipelineResource))

Parameters

operations
IPipelinesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to