Partilhar via


JobsOperationsExtensions.ListAsync Método

Definição

Lista todos os trabalhos disponíveis na assinatura.

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

Parâmetros

operations
IJobsOperations

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

skipToken
String

$skipToken tem suporte na lista Obter trabalhos, que fornece a próxima página na lista de trabalhos.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a