Compartilhar via


IJobStreamOperations.ListNextAsync(String, CancellationToken) Método

Definição

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse> ListNextAsync (string nextLink, System.Threading.CancellationToken cancellationToken);
abstract member ListNextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse>
Public Function ListNextAsync (nextLink As String, cancellationToken As CancellationToken) As Task(Of JobStreamListResponse)

Parâmetros

nextLink
String

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

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

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

Aplica-se a