Partager via


JobOperationsExtensions.ListNext(IJobOperations, String) Méthode

Définition

Récupérez la liste des travaux suivants. (voir http://aka.ms/azureautomationsdk/joboperations pour plus d’informations)

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

Paramètres

operations
IJobOperations

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

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

S’applique à