Compartir a través de


ITriggeredJobRun Interface

Definition

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

Properties

Duration

Job duration.

EndTime

End time.

ErrorUrl

Error URL.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
JobName

Job name.

Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Name

Resource Name.

(Inherited from IProxyOnlyResource)
OutputUrl

Output URL.

StartTime

Start time.

Status

Job status.

Trigger

Job trigger.

Type

Resource type.

(Inherited from IProxyOnlyResource)
Url

Job URL.

WebJobId

Job ID.

WebJobName

Job name.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to