TriggeredJobRun 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
觸發的 Web 作業執行資訊。
[Microsoft.Rest.Serialization.JsonTransformation]
public class TriggeredJobRun : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TriggeredJobRun = class
inherit ProxyOnlyResourceInner
Public Class TriggeredJobRun
Inherits ProxyOnlyResourceInner
- 繼承
- 屬性
建構函式
TriggeredJobRun() |
初始化 TriggeredJobRun 類別的新實例。 |
TriggeredJobRun(String, String, String, String, String, String, Nullable<TriggeredWebJobStatus>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String, String) |
初始化 TriggeredJobRun 類別的新實例。 |
屬性
Duration |
取得或設定作業持續時間。 |
EndTime |
取得或設定結束時間。 |
ErrorUrl |
取得或設定錯誤 URL。 |
Id |
資源識別碼。Setter 受到保護,因為必須在網路資源中設定識別碼。 (繼承來源 ProxyResource) |
JobName |
取得或設定作業名稱。 |
Kind |
取得或設定資源的種類。 (繼承來源 ProxyOnlyResourceInner) |
Location |
資源位置 (繼承來源 Resource) |
Name |
資源名稱 (繼承來源 ProxyResource) |
OutputUrl |
取得或設定輸出 URL。 |
StartTime |
取得或設定開始時間。 |
Status |
取得或設定作業狀態。 可能的值包括:'Success'、'Failed'、'Error' |
Tags |
資源標籤 (繼承來源 Resource) |
Trigger |
取得或設定作業觸發程式。 |
Type |
資源類型 (繼承來源 ProxyResource) |
Url |
取得或設定作業 URL。 |
WebJobId |
取得或設定作業識別碼。 |
WebJobName |
取得或設定作業名稱。 |
方法
Validate() |
驗證 物件。 如果驗證失敗,則會擲回 ValidationException。 (繼承來源 Resource) |