TriggeredWebJob Class

 

Triggered WebJob.

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

System::Object
  Microsoft.WindowsAzure.WebSitesExtensions.Models::WebJobBase
    Microsoft.WindowsAzure.WebSitesExtensions.Models::TriggeredWebJob

public ref class TriggeredWebJob : WebJobBase

NameDescription
System_CAPS_pubmethodTriggeredWebJob()

Initializes a new instance of the TriggeredWebJob class.

NameDescription
System_CAPS_pubpropertyError

Optional. The error if there was one.(Inherited from WebJobBase.)

System_CAPS_pubpropertyExtraInfoUrl

Optional. The extra information url.(Inherited from WebJobBase.)

System_CAPS_pubpropertyHistoryUrl

Optional. The url to get the latest job runs.

System_CAPS_pubpropertyLatestRun

Optional. The latest run information.

System_CAPS_pubpropertyName

Optional. The name.(Inherited from WebJobBase.)

System_CAPS_pubpropertyRunCommand

Optional. The run command.(Inherited from WebJobBase.)

System_CAPS_pubpropertyType

Optional. The type.(Inherited from WebJobBase.)

System_CAPS_pubpropertyUrl

Optional. The url.(Inherited from WebJobBase.)

System_CAPS_pubpropertyUsingSdk

Optional. True if the job is using the WebJobs SDK otherwise false.(Inherited from WebJobBase.)

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: