WebJobInner 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
WebJobInner() |
初始化 WebJobInner 類別的新實例。 |
WebJobInner(String, String, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>) |
初始化 WebJobInner 類別的新實例。 |
WebJobInner()
初始化 WebJobInner 類別的新實例。
public WebJobInner ();
Public Sub New ()
適用於
WebJobInner(String, String, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>)
初始化 WebJobInner 類別的新實例。
public WebJobInner (string id = default, string name = default, string type = default, string kind = default, string runCommand = default, string url = default, string extraInfoUrl = default, Microsoft.Azure.Management.AppService.Fluent.Models.WebJobType? webJobType = default, string error = default, bool? usingSdk = default, System.Collections.Generic.IDictionary<string,object> settings = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.WebJobInner : string * string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.WebJobType> * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.AppService.Fluent.Models.WebJobInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional runCommand As String = Nothing, Optional url As String = Nothing, Optional extraInfoUrl As String = Nothing, Optional webJobType As Nullable(Of WebJobType) = Nothing, Optional error As String = Nothing, Optional usingSdk As Nullable(Of Boolean) = Nothing, Optional settings As IDictionary(Of String, Object) = Nothing)
參數
- id
- String
- name
- String
- type
- String
- kind
- String
資源種類。
- runCommand
- String
執行命令。
- url
- String
作業 URL。
- extraInfoUrl
- String
額外的資訊 URL。
- webJobType
- Nullable<WebJobType>
作業類型。 可能的值包括:'Continuous'、'Triggered'
- error
- String
錯誤資訊。
- settings
- IDictionary<String,Object>
作業設定。