Share via


ITriggeredWebJobProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.TriggeredWebJobPropertiesTypeConverter))]
public interface ITriggeredWebJobProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.TriggeredWebJobPropertiesTypeConverter))>]
type ITriggeredWebJobProperties = interface
    interface IJsonSerializable
Public Interface ITriggeredWebJobProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Error

Error information.

ExtraInfoUrl

Extra Info URL.

HistoryUrl

History URL.

LatestRunDuration

Job duration.

LatestRunEndTime

End time.

LatestRunErrorUrl

Error URL.

LatestRunJobName

Job name.

LatestRunOutputUrl

Output URL.

LatestRunStartTime

Start time.

LatestRunStatus

Job status.

LatestRunTrigger

Job trigger.

LatestRunUrl

Job URL.

LatestRunWebJobId

Job ID.

LatestRunWebJobName

Job name.

RunCommand

Run command.

SchedulerLogsUrl

Scheduler Logs URL.

Setting

Job settings.

Url

Job URL.

UsingSdk

Using SDK?

WebJobType

Job type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to