JobOperationsExtensions.ListAfterJobIdAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.JobListJsonObject>> ListAfterJobIdAsync (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, string jobid = default, int? numrecords = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAfterJobIdAsync : Microsoft.Azure.HDInsight.Job.IJobOperations * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.JobListJsonObject>>
<Extension()>
Public Function ListAfterJobIdAsync (operations As IJobOperations, Optional jobid As String = Nothing, Optional numrecords As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of JobListJsonObject))
Parameter
- operations
- IJobOperations
- jobid
- String
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET