Compartir a través de


TriggeredWebJob Class

Definition

Triggered Web Job Information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobTypeConverter))]
public class TriggeredWebJob : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobTypeConverter))>]
type TriggeredWebJob = class
    interface ITriggeredWebJob
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class TriggeredWebJob
Implements ITriggeredWebJob, IValidates
Inheritance
TriggeredWebJob
Attributes
Implements

Constructors

TriggeredWebJob()

Creates an new TriggeredWebJob instance.

Properties

Duration

Job duration.

EndTime

End time.

Error

Error information.

ErrorUrl

Error URL.

ExtraInfoUrl

Extra Info URL.

HistoryUrl

History URL.

Id

Resource Id.

JobName

Job name.

Kind

Kind of resource.

LatestRunId

Resource Id.

LatestRunKind

Kind of resource.

LatestRunName

Resource Name.

LatestRunPropertiesUrl

Job URL.

LatestRunType

Resource type.

Name

Resource Name.

OutputUrl

Output URL.

RunCommand

Run command.

SchedulerLogsUrl

Scheduler Logs URL.

Setting

Job settings.

StartTime

Start time.

Status

Job status.

Trigger

Job trigger.

Type

Resource type.

Url

Job URL.

UsingSdk

Using SDK?

WebJobId

Job ID.

WebJobName

Job name.

WebJobType

Job type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TriggeredWebJob.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TriggeredWebJob.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJob.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TriggeredWebJob into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to