Job Class

Definition

The definition of a Windows Azure Scheduler job.

public class Job
type Job = class
Public Class Job
Inheritance
Job

Constructors

Job()

Initializes a new instance of the Job class.

Job(String, JobAction)

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

Properties

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.

Applies to