Share via


ContinuousWebJob Class

 

Continuous WebJob.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase
    Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJob

Syntax

public class ContinuousWebJob : WebJobBase
public ref class ContinuousWebJob : WebJobBase
type ContinuousWebJob = 
    class
        inherit WebJobBase
    end
Public Class ContinuousWebJob
    Inherits WebJobBase

Constructors

Name Description
System_CAPS_pubmethod ContinuousWebJob()

Initializes a new instance of the ContinuousWebJob class.

Properties

Name Description
System_CAPS_pubproperty DetailedStatus

Optional. Detailed status provides the status of the job in each instance.

System_CAPS_pubproperty Error

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

System_CAPS_pubproperty ExtraInfoUrl

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

System_CAPS_pubproperty LogUrl

Optional. The url to the job's log file.

System_CAPS_pubproperty Name

Optional. The name.(Inherited from WebJobBase.)

System_CAPS_pubproperty RunCommand

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

System_CAPS_pubproperty Status

Optional. The job status.

System_CAPS_pubproperty Type

Optional. The type.(Inherited from WebJobBase.)

System_CAPS_pubproperty Url

Optional. The url.(Inherited from WebJobBase.)

System_CAPS_pubproperty UsingSdk

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top