Partilhar via


IWebAppsOperations.ListTriggeredWebJobHistorySlotNextWithHttpMessagesAsync Método

Definição

Liste o histórico de uma tarefa Web acionada para uma aplicação ou um bloco de implementação.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobHistoryInner>>> ListTriggeredWebJobHistorySlotNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListTriggeredWebJobHistorySlotNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobHistoryInner>>>
Public Function ListTriggeredWebJobHistorySlotNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of TriggeredJobHistoryInner)))

Parâmetros

nextPageLink
String

A NextLink da chamada com êxito anterior para a operação Lista.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados ao pedido.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Exceções

Emitido quando a operação devolveu um código de estado inválido

Emitido quando a operação devolveu um código de estado inválido

Lançada quando não é possível anular a serialização da resposta

Emitido quando um parâmetro necessário é nulo

Observações

Descrição para Listar o histórico de uma tarefa Web acionada para uma aplicação ou um bloco de implementação.

Aplica-se a