你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobOperationsExtensions.ListAfterJobId 方法

定义

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)

参数

operations
IJobOperations
jobid
String
numrecords
Nullable<Int32>

返回

适用于