Recurrence 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 repeating times at which this profile begins. This element is not used if the FixedDate element is used.
public class Recurrence
type Recurrence = class
Public Class Recurrence
- Inheritance
-
Recurrence
Constructors
Recurrence() |
Initializes a new instance of the Recurrence class. |
Recurrence(RecurrenceFrequency, RecurrentSchedule) |
Initializes a new instance of the Recurrence class. |
Properties
Frequency |
Gets or sets the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly. Possible values include: 'None', 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year' |
Schedule |
Gets or sets the scheduling constraints for when the profile begins. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET