ITriggeredJobRunProperties Interface

Definition

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

Properties

Duration
EndTime
ErrorUrl
JobName
OutputUrl
StartTime
Status
Trigger
Url
WebJobId
WebJobName

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to