Partager via


ModuleOperationsExtensions.ListNextAsync(IModuleOperations, String) Méthode

Définition

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

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

Paramètres

operations
IModuleOperations

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

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

S’applique à