Partager via


JobScheduleOperationsExtensions.ListByAutomationAccountNext Méthode

Définition

Récupérez une liste de planifications de travaux. http://aka.ms/azureautomationsdk/jobscheduleoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IJobScheduleOperations, nextPageLink As String) As IPage(Of JobSchedule)

Paramètres

operations
IJobScheduleOperations

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

nextPageLink
String

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

Retours

S’applique à