Partager via


IJobScheduleOperations.ListNextAsync(String, CancellationToken) Méthode

Définition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse> ListNextAsync (string nextLink, System.Threading.CancellationToken cancellationToken);
abstract member ListNextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse>
Public Function ListNextAsync (nextLink As String, cancellationToken As CancellationToken) As Task(Of JobScheduleListResponse)

Paramètres

nextLink
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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

S’applique à