Compartilhar via


JobOperationsExtensions.ListNextAsync(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 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)

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