Share via


JobOperationsExtensions.ListJobsAfterJobId Method

Definition

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

Parameters

operations
IJobOperations
jobId
String
numOfJobs
Int32

Returns

Applies to