Partager via


ScheduleOperationsExtensions.ListNext(IScheduleOperations, String) Méthode

Définition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse ListNext(this Microsoft.WindowsAzure.Management.Automation.IScheduleOperations operations, string nextLink);
static member ListNext : Microsoft.WindowsAzure.Management.Automation.IScheduleOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse
<Extension()>
Public Function ListNext (operations As IScheduleOperations, nextLink As String) As ScheduleListResponse

Paramètres

operations
IScheduleOperations

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

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 de liste.

S’applique à