次の方法で共有


WebAppsOperationsExtensions.GetTriggeredWebJobHistoryAsync メソッド

定義

アプリ、、またはデプロイ スロットの ID によってトリガーされた Web ジョブの履歴を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.TriggeredJobHistory> GetTriggeredWebJobHistoryAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string webJobName, string id, System.Threading.CancellationToken cancellationToken = default);
static member GetTriggeredWebJobHistoryAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.TriggeredJobHistory>
<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 TriggeredJobHistory)

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

サイト名。

webJobName
String

Web ジョブの名前。

id
String

履歴 ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

説明: アプリ、、またはデプロイ スロットの ID によってトリガーされた Web ジョブの履歴を取得します。

適用対象