Compartilhar via


JobOperationsExtensions.ListNextAsync Método

Definição

Lista os trabalhos, se houver, associados à conta de Data Lake Analytics especificada. A resposta inclui um link para a próxima página de resultados, se houver.

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

Parâmetros

operations
IJobOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a