Compartilhar via


JobStreamOperationsExtensions.ListNextAsync Método

Definição

Obtém a próxima página de fluxos de trabalho usando o próximo link.

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

Parâmetros

operations
IJobStreamOperations

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

nextLink
String

Obrigatórios. NextLink da chamada bem-sucedida anterior à operação List.

Retornos

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

Aplica-se a