你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TriggeredWebJob 类

定义

触发的 Web 作业信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class TriggeredWebJob : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TriggeredWebJob = class
    inherit ProxyOnlyResource
Public Class TriggeredWebJob
Inherits ProxyOnlyResource
继承
TriggeredWebJob
属性

构造函数

TriggeredWebJob()

初始化 TriggeredWebJob 类的新实例。

TriggeredWebJob(String, String, String, String, TriggeredJobRun, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>)

初始化 TriggeredWebJob 类的新实例。

属性

Error

获取或设置错误信息。

ExtraInfoUrl

获取或设置额外的信息 URL。

HistoryUrl

获取或设置历史记录 URL。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
Kind

获取或设置资源的种类。

(继承自 ProxyOnlyResource)
LatestRun

获取或设置最新的作业运行信息。

Name

获取资源名称。

(继承自 ProxyOnlyResource)
RunCommand

获取或设置运行命令。

SchedulerLogsUrl

获取或设置计划程序日志 URL。

Settings

获取或设置作业设置。

Type

获取资源类型。

(继承自 ProxyOnlyResource)
Url

获取或设置作业 URL。

UsingSdk

使用 SDK 获取或设置?

WebJobType

获取或设置作业类型。 可能的值包括:“Continuous”、“Triggered”

适用于