Udostępnij za pośrednictwem


WebAppsOperationsExtensions.ListTriggeredWebJobHistoryAsync Metoda

Definicja

Wyświetl listę historii wyzwalanego zadania internetowego dla aplikacji lub miejsca wdrożenia.

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))

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa witryny.

webJobName
String

Nazwa zadania sieci Web.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis listy wyzwolonych zadań internetowych dla aplikacji lub miejsca wdrożenia.

Dotyczy