Compartir a través de


TriggeredJobRunProperties Class

Definition

TriggeredJobRun resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter))]
public class TriggeredJobRunProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter))>]
type TriggeredJobRunProperties = class
    interface ITriggeredJobRunProperties
    interface IJsonSerializable
Public Class TriggeredJobRunProperties
Implements ITriggeredJobRunProperties
Inheritance
TriggeredJobRunProperties
Attributes
Implements

Constructors

TriggeredJobRunProperties()

Creates an new TriggeredJobRunProperties 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 TriggeredJobRunProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TriggeredJobRunProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TriggeredJobRunProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to