JobOperationsExtensions.ListNextAsync(IJobOperations, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez la liste des travaux suivants. (voir http://aka.ms/azureautomationsdk/joboperations pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse> ListNextAsync(this Microsoft.WindowsAzure.Management.Automation.IJobOperations operations, string nextLink);
static member ListNextAsync : Microsoft.WindowsAzure.Management.Automation.IJobOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse>
<Extension()>
Public Function ListNextAsync (operations As IJobOperations, nextLink As String) As Task(Of 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 à
Azure SDK for .NET