SimpleSchedulePolicy Class

Definition

Recovery services simple schedule policy.

public class SimpleSchedulePolicy : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase
type SimpleSchedulePolicy = class
    inherit SchedulePolicyBase
Public Class SimpleSchedulePolicy
Inherits SchedulePolicyBase
Inheritance
SimpleSchedulePolicy

Constructors

SimpleSchedulePolicy()

Properties

ScheduleInterval

Represents the difference (in hours) between two successive backups per day. Allowed values are 4, 6, 8, 10 hours.

ScheduleRunDays

Describes the list of the days of the week when this schedule should run.

ScheduleRunFrequency

Describes the frequency at which this schedule should be run.

ScheduleRunTimes

Describes the list of times of the days when this schedule should run.

ScheduleRunTimeZone

Specifies the timezone in which backups are scheduled (default UTC).

ScheduleWindowDuration

Represents the time span (in hours measured from the Schedule Window Start Time) beyond which backup jobs should not be triggered. Values can range from 4 to 23.

ScheduleWindowStartTime

Represents the window start time at which the first backup triggers in a single day, in case of hourly backups. Values can range from 00:00 to 19:30 in multiples of half hours.

Methods

ToString()
Validate()

Applies to