Share via


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)

Inheritance Hierarchy

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

Syntax

public class Job
public ref class Job 
type Job = class end
Public Class Job

Constructors

Name Description
System_CAPS_pubmethod Job()

Initializes a new instance of the Job class.

System_CAPS_pubmethod Job(String, JobAction)

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

Properties

Name Description
System_CAPS_pubproperty Action

Required. Action to invoke for the job.

System_CAPS_pubproperty Id

Required. Job identifier.

System_CAPS_pubproperty Recurrence

Optional. Recurrence schedule for the job.

System_CAPS_pubproperty StartTime

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

System_CAPS_pubproperty State

Optional. Current state of the job.

System_CAPS_pubproperty Status

Optional. Current status of the job.

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.Scheduler.Models Namespace

Return to top