Compartilhar via


ModuleOperationsExtensions.ListNextAsync(IModuleOperations, String) Método

Definição

Recupere a próxima lista de módulos. (consulte http://aka.ms/azureautomationsdk/moduleoperations para obter mais informações)

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)

Parâmetros

operations
IModuleOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IModuleOperations.

nextLink
String

Obrigatórios. O link para recuperar o próximo conjunto de itens.

Retornos

O modelo de resposta para a operação do módulo de lista.

Aplica-se a