SimpleSchedulePolicy 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.
Simple policy schedule.
public class SimpleSchedulePolicy : Microsoft.Azure.Management.RecoveryServices.Backup.Models.SchedulePolicy
type SimpleSchedulePolicy = class
inherit SchedulePolicy
Public Class SimpleSchedulePolicy
Inherits SchedulePolicy
- Inheritance
Constructors
SimpleSchedulePolicy() |
Initializes a new instance of the SimpleSchedulePolicy class. |
SimpleSchedulePolicy(String, IList<Nullable<DayOfWeek>>, IList<Nullable<DateTime>>, HourlySchedule, Nullable<Int32>) |
Initializes a new instance of the SimpleSchedulePolicy class. |
Properties
HourlySchedule |
Gets or sets hourly Schedule of this Policy |
ScheduleRunDays |
Gets or sets list of days of week this schedule has to be run. |
ScheduleRunFrequency |
Gets or sets frequency of the schedule operation of this policy. Possible values include: 'Invalid', 'Daily', 'Weekly', 'Hourly' |
ScheduleRunTimes |
Gets or sets list of times of day this schedule has to be run. |
ScheduleWeeklyFrequency |
Gets or sets at every number weeks this schedule has to be run. |