Share via


DataFactoryOperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.DataFactoryListResponse> ListNextAsync (this Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.DataFactoryListResponse>
<Extension()>
Public Function ListNextAsync (operations As IDataFactoryOperations, nextLink As String) As Task(Of DataFactoryListResponse)

Parameters

nextLink
String

Returns

Applies to