共用方式為


WebJobInner 類別

定義

Web 作業資訊。

[Microsoft.Rest.Serialization.JsonTransformation]
public class WebJobInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WebJobInner = class
    inherit ProxyOnlyResourceInner
Public Class WebJobInner
Inherits ProxyOnlyResourceInner
繼承
屬性

建構函式

WebJobInner()

初始化 WebJobInner 類別的新實例。

WebJobInner(String, String, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>)

初始化 WebJobInner 類別的新實例。

屬性

Error

取得或設定錯誤資訊。

ExtraInfoUrl

取得或設定額外的資訊 URL。

Id

資源識別碼。Setter 受到保護,因為必須在網路資源中設定識別碼。

(繼承來源 ProxyResource)
Kind

取得或設定資源的種類。

(繼承來源 ProxyOnlyResourceInner)
Location

資源位置

(繼承來源 Resource)
Name

資源名稱

(繼承來源 ProxyResource)
RunCommand

取得或設定執行命令。

Settings

取得或設定作業設定。

Tags

資源標籤

(繼承來源 Resource)
Type

資源類型

(繼承來源 ProxyResource)
Url

取得或設定作業 URL。

UsingSdk

取得或設定使用 SDK?

WebJobType

取得或設定作業類型。 可能的值包括:'Continuous'、'Triggered'

方法

Validate()

驗證 物件。 如果驗證失敗,則會擲回 ValidationException。

(繼承來源 Resource)

適用於