Share via


IJobOperations.ListJobsAfterJobIdAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobListResponse> ListJobsAfterJobIdAsync (string jobId, int numOfJobs, System.Threading.CancellationToken cancellationToken);
abstract member ListJobsAfterJobIdAsync : string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobListResponse>
Public Function ListJobsAfterJobIdAsync (jobId As String, numOfJobs As Integer, cancellationToken As CancellationToken) As Task(Of JobListResponse)

Parameters

jobId
String
numOfJobs
Int32
cancellationToken
CancellationToken

Returns

Applies to