Freigeben über


JobOperationsExtensions.ListFromJobSchedule Methode

Definition

Listet die Aufträge auf, die unter dem angegebenen Auftragszeitplan erstellt wurden.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob> ListFromJobSchedule (this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleOptions jobListFromJobScheduleOptions = default);
static member ListFromJobSchedule : Microsoft.Azure.Batch.Protocol.IJobOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>
<Extension()>
Public Function ListFromJobSchedule (operations As IJobOperations, jobScheduleId As String, Optional jobListFromJobScheduleOptions As JobListFromJobScheduleOptions = Nothing) As IPage(Of CloudJob)

Parameter

operations
IJobOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

jobScheduleId
String

Die ID des Auftragszeitplans, aus dem Sie eine Liste der Aufträge abrufen möchten.

jobListFromJobScheduleOptions
JobListFromJobScheduleOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: