Share via


JobRecurrence Class

 

Recurrence schedule for the job.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobRecurrence

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod JobRecurrence()

Initializes a new instance of the JobRecurrence class.

System_CAPS_pubmethod JobRecurrence(JobRecurrenceFrequency)

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

Properties

Name Description
System_CAPS_pubproperty Count

Optional. Count of occurrences that will execute. Optional. Default will recur infinitely

System_CAPS_pubproperty EndTime

Optional. Time in ISO-8601 format after which no more occurrences will execute.

System_CAPS_pubproperty Frequency

Required. The frequency of recurrence.

System_CAPS_pubproperty Interval

Optional. Interval of the recurrence at the given frequency.

System_CAPS_pubproperty Schedule

Optional. Recurrence schedule for the job.

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