次の方法で共有


DataFlowDebugSessionOperationsExtensions.QueryByFactoryNext メソッド

定義

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

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)

パラメーター

operations
IDataFlowDebugSessionOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象