Job Class

 

The definition of a Windows Azure Scheduler job.

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

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.Job

public class Job

NameDescription
System_CAPS_pubmethodJob()

Initializes a new instance of the Job class.

System_CAPS_pubmethodJob(String, JobAction)

Initializes a new instance of the Job class with required arguments.

NameDescription
System_CAPS_pubpropertyAction

Required. Action to invoke for the job.

System_CAPS_pubpropertyId

Required. Job identifier.

System_CAPS_pubpropertyRecurrence

Optional. Recurrence schedule for the job.

System_CAPS_pubpropertyStartTime

Optional. Start time for the job. Defined as ISO-8601.

System_CAPS_pubpropertyState

Optional. Current state of the job.

System_CAPS_pubpropertyStatus

Optional. Current status of the job.

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: