你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TriggeredWebJob 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TriggeredWebJob() |
初始化 TriggeredWebJob 类的新实例。 |
TriggeredWebJob(String, String, String, String, TriggeredJobRun, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>) |
初始化 TriggeredWebJob 类的新实例。 |
TriggeredWebJob()
初始化 TriggeredWebJob 类的新实例。
public TriggeredWebJob ();
Public Sub New ()
适用于
TriggeredWebJob(String, String, String, String, TriggeredJobRun, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>)
初始化 TriggeredWebJob 类的新实例。
public TriggeredWebJob (string id = default, string name = default, string kind = default, string type = default, Microsoft.Azure.Management.WebSites.Models.TriggeredJobRun latestRun = default, string historyUrl = default, string schedulerLogsUrl = default, string runCommand = default, string url = default, string extraInfoUrl = default, Microsoft.Azure.Management.WebSites.Models.WebJobType? webJobType = default, string error = default, bool? usingSdk = default, System.Collections.Generic.IDictionary<string,object> settings = default);
new Microsoft.Azure.Management.WebSites.Models.TriggeredWebJob : string * string * string * string * Microsoft.Azure.Management.WebSites.Models.TriggeredJobRun * string * string * string * string * string * Nullable<Microsoft.Azure.Management.WebSites.Models.WebJobType> * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.WebSites.Models.TriggeredWebJob
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional latestRun As TriggeredJobRun = Nothing, Optional historyUrl As String = Nothing, Optional schedulerLogsUrl 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
资源 ID。
- name
- String
资源名称。
- kind
- String
资源类型。
- type
- String
资源类型。
- latestRun
- TriggeredJobRun
最新的作业运行信息。
- historyUrl
- String
历史记录 URL。
- schedulerLogsUrl
- String
计划程序日志 URL。
- runCommand
- String
运行 命令。
- url
- String
作业 URL。
- extraInfoUrl
- String
额外信息 URL。
- webJobType
- Nullable<WebJobType>
作业类型。 可能的值包括:“Continuous”、“Triggered”
- error
- String
错误信息。
- settings
- IDictionary<String,Object>
作业设置。