Share via


JobCreateOrUpdateParameters Class

 

Parameters specifying the job definition for a CreateOrUpdate 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.JobCreateOrUpdateParameters

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod JobCreateOrUpdateParameters()

Initializes a new instance of the JobCreateOrUpdateParameters class.

System_CAPS_pubmethod JobCreateOrUpdateParameters(JobAction)

Initializes a new instance of the JobCreateOrUpdateParameters 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