Dela via


WebAppsOperationsExtensions.GetTriggeredWebJobHistoryAsync Metod

Definition

Hämtar ett utlöst webbjobbshistorik med dess ID för en app, eller ett distributionsfack.

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

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Webbplatsnamn.

webJobName
String

Namnet på webbjobbet.

id
String

Historik-ID.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Hämtar ett utlöst webbjobbs historik med dess ID för en app, , eller ett distributionsfack.

Gäller för