Partager via


PipelinesOperationsExtensions.ListByFactoryNextAsync Méthode

Définition

Répertorie les 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))

Paramètres

operations
IPipelinesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à