WebAppsOperationsExtensions.GetTriggeredWebJobHistorySlot Método

Definição

Obtém o histórico de um trabalho Web disparado por sua ID para um aplicativo, ou um slot de implantação.

public static Microsoft.Azure.Management.WebSites.Models.TriggeredJobHistory GetTriggeredWebJobHistorySlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string webJobName, string id, string slot);
static member GetTriggeredWebJobHistorySlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.TriggeredJobHistory
<Extension()>
Public Function GetTriggeredWebJobHistorySlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, webJobName As String, id As String, slot As String) As 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.

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