IJobOperations.ListNextAsync Method (String, String, CancellationToken)
Gets the next page of the Data Lake Analytics JobInformation objects within the specified resource group with a link to the next page, if any.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
Task<JobInfoListResponse> ListNextAsync(
string nextLink,
string resourceGroupName,
CancellationToken cancellationToken
)
Task<JobInfoListResponse^>^ ListNextAsync(
String^ nextLink,
String^ resourceGroupName,
CancellationToken cancellationToken
)
abstract ListNextAsync :
nextLink:string *
resourceGroupName:string *
cancellationToken:CancellationToken -> Task<JobInfoListResponse>
Function ListNextAsync (
nextLink As String,
resourceGroupName As String,
cancellationToken As CancellationToken
) As Task(Of JobInfoListResponse)
Parameters
nextLink
Type: System.StringThe url to the next job information page.
resourceGroupName
Type: System.StringThe name of the resource group.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<JobInfoListResponse>
List of jobInfo items.
See Also
IJobOperations Interface
Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace
Return to top