Share via


JobOperationsExtensions.ListJobsAfterJobIdAsync Method

Definition

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

Parameters

operations
IJobOperations
jobId
String
numOfJobs
Int32

Returns

Applies to