ContinuousWebJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Continuous WebJob.
public class ContinuousWebJob : Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase
type ContinuousWebJob = class
inherit WebJobBase
Public Class ContinuousWebJob
Inherits WebJobBase
- Inheritance
Constructors
ContinuousWebJob() |
Initializes a new instance of the ContinuousWebJob class. |
Properties
DetailedStatus |
Optional. Detailed status provides the status of the job in each instance. |
Error |
Optional. The error if there was one. (Inherited from WebJobBase) |
ExtraInfoUrl |
Optional. The extra information url. (Inherited from WebJobBase) |
LogUrl |
Optional. The url to the job's log file. |
Name |
Optional. The name. (Inherited from WebJobBase) |
RunCommand |
Optional. The run command. (Inherited from WebJobBase) |
Status |
Optional. The job status. |
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) |