Share via


Job Constructor (String, JobAction)

 

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

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

Syntax

public Job(
    string id,
    JobAction action
)
public:
Job(
    String^ id,
    JobAction^ action
)
new : 
        id:string *
        action:JobAction -> Job
Public Sub New (
    id As String,
    action As JobAction
)

See Also

Job Overload
Job Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top