次の方法で共有


DataFlowsOperationsExtensions.ListByFactoryNext メソッド

定義

データ フローを一覧表示します。

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

パラメーター

operations
IDataFlowsOperations

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

nextPageLink
String

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

戻り値

適用対象