TriggeredWebJobRun Class

 

Triggered WebJob run.

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

System.Object
  Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun

type TriggeredWebJobRun = class end

NameDescription
System_CAPS_pubmethodTriggeredWebJobRun()

Initializes a new instance of the TriggeredWebJobRun class.

NameDescription
System_CAPS_pubpropertyDuration

Optional. The duration.

System_CAPS_pubpropertyEndTime

Optional. The end time.

System_CAPS_pubpropertyId

Optional. The identifier.

System_CAPS_pubpropertyJobName

Optional. The WebJob name.

System_CAPS_pubpropertyOutputUrl

Optional. The url to get the WebJob run log.

System_CAPS_pubpropertyStartTime

Optional. The start time.

System_CAPS_pubpropertyStatus

Optional. The status.

System_CAPS_pubpropertyUrl

Optional. The url for this WebJob run.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: