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
Job()

Initializes a new instance of the Job class.

Job(String, JobAction)

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

Properties

Name Description
Action

Required. Action to invoke for the job.

Id

Required. Job identifier.

Recurrence

Optional. Recurrence schedule for the job.

StartTime

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

State

Optional. Current state of the job.

Status

Optional. Current status of the job.

Methods

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.)

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