Partager via


JobOperationsExtensions.ListFromJobScheduleNext Méthode

Définition

Répertorie les travaux qui ont été créés sous la planification des travaux spécifiée.

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

Paramètres

operations
IJobOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

jobListFromJobScheduleNextOptions
JobListFromJobScheduleNextOptions

Paramètres supplémentaires pour l’opération

Retours

S’applique à