Compartilhar via


JobOperationsExtensions.ListNext(IJobOperations, String) Método

Definição

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

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

Parâmetros

operations
IJobOperations

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

nextLink
String

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

Retornos

O modelo de resposta para a operação de trabalho de lista.

Aplica-se a