TriggeredJobRun Class

Definition

Triggered Web Job Run Information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class TriggeredJobRun : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TriggeredJobRun = class
    inherit ProxyOnlyResourceInner
Public Class TriggeredJobRun
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

TriggeredJobRun()

Initializes a new instance of the TriggeredJobRun class.

TriggeredJobRun(String, String, String, String, String, String, Nullable<TriggeredWebJobStatus>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String, String)

Initializes a new instance of the TriggeredJobRun class.

Properties

Duration

Gets or sets job duration.

EndTime

Gets or sets end time.

ErrorUrl

Gets or sets error URL.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
JobName

Gets or sets job name.

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
OutputUrl

Gets or sets output URL.

StartTime

Gets or sets start time.

Status

Gets or sets job status. Possible values include: 'Success', 'Failed', 'Error'

Tags

Resource tags

(Inherited from Resource)
Trigger

Gets or sets job trigger.

Type

Resource type

(Inherited from ProxyResource)
Url

Gets or sets job URL.

WebJobId

Gets or sets job ID.

WebJobName

Gets or sets job name.

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to