Compartilhar via


JobsOperationsExtensions.ListNextAsync Método

Definição

Listar trabalhos

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.Job>> ListNextAsync (this Microsoft.Azure.Management.Media.IJobsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Media.IJobsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.Job>>
<Extension()>
Public Function ListNextAsync (operations As IJobsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Job))

Parâmetros

operations
IJobsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Lista todos os Trabalhos para a Transformação.

Aplica-se a