Dela via


WebAppsOperationsExtensions.ListTriggeredWebJobHistoryAsync Metod

Definition

Visa en lista över ett utlöst webbjobbshistorik för en app eller ett distributionsfack.

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

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Lista historik för ett utlöst webbjobb för en app eller ett distributionsfack.

Gäller för