Compartir a través de


ITriggeredWebJobProperties Interface

Definition

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

Properties

Duration

Job duration.

EndTime

End time.

Error

Error information.

ErrorUrl

Error URL.

ExtraInfoUrl

Extra Info URL.

HistoryUrl

History URL.

JobName

Job name.

LatestRunId

Resource Id.

LatestRunKind

Kind of resource.

LatestRunName

Resource Name.

LatestRunPropertiesUrl

Job URL.

LatestRunType

Resource type.

OutputUrl

Output URL.

RunCommand

Run command.

SchedulerLogsUrl

Scheduler Logs URL.

Setting

Job settings.

StartTime

Start time.

Status

Job status.

Trigger

Job trigger.

Url

Job URL.

UsingSdk

Using SDK?

WebJobId

Job ID.

WebJobName

Job name.

WebJobType

Job type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to