Partager via


JobScheduleOperationsExtensions.ListNext Méthode

Définition

Répertorie toutes les planifications de travaux dans le compte spécifié.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule> ListNext (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.JobScheduleListNextOptions jobScheduleListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule>
<Extension()>
Public Function ListNext (operations As IJobScheduleOperations, nextPageLink As String, Optional jobScheduleListNextOptions As JobScheduleListNextOptions = Nothing) As IPage(Of CloudJobSchedule)

Paramètres

operations
IJobScheduleOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

jobScheduleListNextOptions
JobScheduleListNextOptions

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

Retours

S’applique à