Partager via


DataFlowsOperationsExtensions.ListByFactoryNextAsync Méthode

Définition

Répertorie les flux de données.

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

Paramètres

operations
IDataFlowsOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à