DatasetOperationsExtensions.ListNextAsync(IDatasetOperations, String) Method

Definition

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

Parameters

operations
IDatasetOperations
nextLink
String

Returns

Applies to