Partager via


JobScheduleOperationsExtensions.ListNextAsync Méthode

Définition

Récupérez la liste suivante des planifications. (voir http://aka.ms/azureautomationsdk/jobscheduleoperations pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse> ListNextAsync (this Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations operations, string nextLink);
static member ListNextAsync : Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse>
<Extension()>
Public Function ListNextAsync (operations As IJobScheduleOperations, nextLink As String) As Task(Of JobScheduleListResponse)

Paramètres

operations
IJobScheduleOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.

nextLink
String

Obligatoire. Lien permettant de récupérer l’ensemble d’éléments suivant.

Retours

Modèle de réponse pour l’opération de planification du travail de liste.

S’applique à