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
JobRecurrence()

Initializes a new instance of the JobRecurrence class.

JobRecurrence(JobRecurrenceFrequency)

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

Properties

Name Description
Count

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

EndTime

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

Frequency

Required. The frequency of recurrence.

Interval

Optional. Interval of the recurrence at the given frequency.

Schedule

Optional. Recurrence schedule for the job.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

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