Compartilhar via


DataFlowDebugSessionOperationsExtensions.QueryByFactoryNextAsync Método

Definição

Consulte todas as sessões de depuração de fluxo de dados ativos.

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))

Parâmetros

operations
IDataFlowDebugSessionOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a