Share via


JobRecurrenceSchedule 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.JobRecurrenceSchedule

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod JobRecurrenceSchedule()

Initializes a new instance of the JobRecurrenceSchedule class.

Properties

Name Description
System_CAPS_pubproperty Days

Optional. Days of the week that the job should execute on.

System_CAPS_pubproperty Hours

Optional. Hours of the day that the job should execute at.

System_CAPS_pubproperty Minutes

Optional. Minutes of the hour that the job should execute at.

System_CAPS_pubproperty MonthDays

Optional. Days of the month that the job should execute on. Must be between 1 and 31.

System_CAPS_pubproperty MonthlyOccurrences

Optional. Occurrences of days within a month.

System_CAPS_pubproperty Months

Optional. Months that the job should execute in. Must be between 1 and 12.

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