Compartilhar via


WebAppsOperationsExtensions.ListTriggeredWebJobHistorySlotAsync Método

Definição

Listar o histórico de um trabalho Web disparado para um aplicativo ou um slot de implantação.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobHistoryInner>> ListTriggeredWebJobHistorySlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string webJobName, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListTriggeredWebJobHistorySlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobHistoryInner>>
<Extension()>
Public Function ListTriggeredWebJobHistorySlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, webJobName As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TriggeredJobHistoryInner))

Parâmetros

operations
IWebAppsOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do site.

webJobName
String

Nome do Trabalho Web.

slot
String

Nome do slot de implantação. Se um slot não for especificado, a API usará o slot de produção.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição de Listar o histórico de um trabalho Web disparado para um aplicativo ou um slot de implantação.

Aplica-se a