SimpleSchedulePolicy Class

Definition

Simple policy schedule.

public class SimpleSchedulePolicy : Microsoft.Azure.Management.RecoveryServices.Backup.Models.SchedulePolicy
type SimpleSchedulePolicy = class
    inherit SchedulePolicy
Public Class SimpleSchedulePolicy
Inherits SchedulePolicy
Inheritance
SimpleSchedulePolicy

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.

Applies to