Share via


Job Constructors

Definition

Overloads

Job()

Initializes a new instance of the Job class.

Job(String, JobAction)

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

Job()

Initializes a new instance of the Job class.

public Job();
Public Sub New ()

Applies to

Job(String, JobAction)

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

public Job(string id, Microsoft.WindowsAzure.Scheduler.Models.JobAction action);
new Microsoft.WindowsAzure.Scheduler.Models.Job : string * Microsoft.WindowsAzure.Scheduler.Models.JobAction -> Microsoft.WindowsAzure.Scheduler.Models.Job
Public Sub New (id As String, action As JobAction)

Parameters

id
String
action
JobAction

Applies to