共用方式為


JobOperationsExtensions.ListAfterJobId Method

Definition

public static System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.JobListJsonObject> ListAfterJobId (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, string jobid = default, int? numrecords = default);
static member ListAfterJobId : Microsoft.Azure.HDInsight.Job.IJobOperations * string * Nullable<int> -> System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.JobListJsonObject>
<Extension()>
Public Function ListAfterJobId (operations As IJobOperations, Optional jobid As String = Nothing, Optional numrecords As Nullable(Of Integer) = Nothing) As IList(Of JobListJsonObject)

Parameters

operations
IJobOperations
jobid
String
numrecords
Nullable<Int32>

Returns

Applies to