Compartir a través de


ITriggeredWebJob Interface

Definition

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

Properties

Duration

Job duration.

EndTime

End time.

Error

Error information.

ErrorUrl

Error URL.

ExtraInfoUrl

Extra Info URL.

HistoryUrl

History URL.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
JobName

Job name.

Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
LatestRunId

Resource Id.

LatestRunKind

Kind of resource.

LatestRunName

Resource Name.

LatestRunPropertiesUrl

Job URL.

LatestRunType

Resource type.

Name

Resource Name.

(Inherited from IProxyOnlyResource)
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.

(Inherited from IProxyOnlyResource)
Url

Job URL.

UsingSdk

Using SDK?

WebJobId

Job ID.

WebJobName

Job name.

WebJobType

Job type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to