Partilhar via


IWebAppsOperations.ListTriggeredWebJobsSlotNextWithHttpMessagesAsync Método

Definição

Listar tarefas Web acionadas 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.TriggeredWebJobInner>>> ListTriggeredWebJobsSlotNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListTriggeredWebJobsSlotNextWithHttpMessagesAsync : 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.TriggeredWebJobInner>>>
Public Function ListTriggeredWebJobsSlotNextWithHttpMessagesAsync (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 TriggeredWebJobInner)))

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

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 de Tarefas Web acionadas por Lista para uma aplicação ou um bloco de implementação.

Aplica-se a