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

TriggeredJobRun Class

Definition

Triggered Web Job Run Information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.TriggeredJobRunTypeConverter))]
public class TriggeredJobRun : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.TriggeredJobRunTypeConverter))>]
type TriggeredJobRun = class
    interface ITriggeredJobRun
    interface IJsonSerializable
Public Class TriggeredJobRun
Implements ITriggeredJobRun
Inheritance
TriggeredJobRun
Attributes
Implements

Constructors

TriggeredJobRun()

Creates an new TriggeredJobRun instance.

Properties

Duration

Job duration.

EndTime

End time.

ErrorUrl

Error URL.

JobName

Job name.

OutputUrl

Output URL.

StartTime

Start time.

Status

Job status.

Trigger

Job trigger.

Url

Job URL.

WebJobId

Job ID.

WebJobName

Job name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TriggeredJobRun.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TriggeredJobRun.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun.

FromJsonString(String)

Creates a new instance of TriggeredJobRun, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TriggeredJobRun into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to