JobOperationsExtensions.ListAfterJobId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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