Share via


JobCreateParameters Class

 

Parameters specifying the job definition for a Create Job operation.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod JobCreateParameters()

Initializes a new instance of the JobCreateParameters class.

System_CAPS_pubmethod JobCreateParameters(JobAction)

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

Properties

Name Description
System_CAPS_pubproperty Action

Required. Action to invoke for the job.

System_CAPS_pubproperty Recurrence

Optional. Recurrence schedule for the job.

System_CAPS_pubproperty StartTime

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

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