WebAppsOperationsExtensions.GetTriggeredWebJobHistorySlotAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o histórico de um trabalho Web disparado por sua ID para um aplicativo, ou um slot de implantação.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.TriggeredJobHistory> GetTriggeredWebJobHistorySlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string webJobName, string id, string slot, System.Threading.CancellationToken cancellationToken = default);
static member GetTriggeredWebJobHistorySlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.TriggeredJobHistory>
<Extension()>
Public Function GetTriggeredWebJobHistorySlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, webJobName As String, id As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TriggeredJobHistory)
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.
- id
- String
ID do histórico.
- 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 para Obtém o histórico de um trabalho Web disparado por sua ID para um aplicativo, ou um slot de implantação.
Aplica-se a
Azure SDK for .NET