Compartir a través de


DataFlowDebugSessionOperationsExtensions.QueryByFactoryNext Método

Definición

Consulte todas las sesiones de depuración de flujo de datos activos.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionInfo> QueryByFactoryNext(this Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations operations, string nextPageLink);
static member QueryByFactoryNext : Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionInfo>
<Extension()>
Public Function QueryByFactoryNext (operations As IDataFlowDebugSessionOperations, nextPageLink As String) As IPage(Of DataFlowDebugSessionInfo)

Parámetros

operations
IDataFlowDebugSessionOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a