Partager via


DataFlowDebugSessionOperationsExtensions.QueryByFactoryNextAsync Méthode

Définition

Interroger toutes les sessions de débogage de flux de données actives.

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

Paramètres

operations
IDataFlowDebugSessionOperations

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 à