次の方法で共有


DataFlowDebugSessionOperationsExtensions.QueryByFactoryNextAsync メソッド

定義

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

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

パラメーター

operations
IDataFlowDebugSessionOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象