TriggeredWebJob Class
Triggered WebJob.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Microsoft.WindowsAzure.WebSitesExtensions.Models::WebJobBase
Microsoft.WindowsAzure.WebSitesExtensions.Models::TriggeredWebJob
| Name | Description | |
|---|---|---|
![]() | TriggeredWebJob() | Initializes a new instance of the TriggeredWebJob class. |
| Name | Description | |
|---|---|---|
![]() | Error | Optional. The error if there was one.(Inherited from WebJobBase.) |
![]() | ExtraInfoUrl | Optional. The extra information url.(Inherited from WebJobBase.) |
![]() | HistoryUrl | Optional. The url to get the latest job runs. |
![]() | LatestRun | Optional. The latest run information. |
![]() | Name | Optional. The name.(Inherited from WebJobBase.) |
![]() | RunCommand | Optional. The run command.(Inherited from WebJobBase.) |
![]() | Type | Optional. The type.(Inherited from WebJobBase.) |
![]() | Url | Optional. The url.(Inherited from WebJobBase.) |
![]() | UsingSdk | Optional. True if the job is using the WebJobs SDK otherwise false.(Inherited from WebJobBase.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


