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 | |
---|---|---|
JobRecurrenceSchedule() | Initializes a new instance of the JobRecurrenceSchedule class. |
Properties
Name | Description | |
---|---|---|
Days | Optional. Days of the week that the job should execute on. |
|
Hours | Optional. Hours of the day that the job should execute at. |
|
Minutes | Optional. Minutes of the hour that the job should execute at. |
|
MonthDays | Optional. Days of the month that the job should execute on. Must be between 1 and 31. |
|
MonthlyOccurrences | Optional. Occurrences of days within a month. |
|
Months | Optional. Months that the job should execute in. Must be between 1 and 12. |
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