ScheduleRecurrence Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The schedule recurrence.
public class ScheduleRecurrence
type ScheduleRecurrence = class
Public Class ScheduleRecurrence
- Inheritance
-
ScheduleRecurrence
Constructors
ScheduleRecurrence() |
Initializes a new instance of the ScheduleRecurrence class. |
ScheduleRecurrence(RecurrenceType, Int32, IList<Nullable<DayOfWeek>>) |
Initializes a new instance of the ScheduleRecurrence class. |
Properties
RecurrenceType |
Gets or sets the recurrence type. Possible values include: 'Minutes', 'Hourly', 'Daily', 'Weekly' |
RecurrenceValue |
Gets or sets the recurrence value. |
WeeklyDaysList |
Gets or sets the week days list. Applicable only for schedules of recurrence type 'weekly'. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET