SimpleSchedulePolicyV2 Class

Definition

The V2 policy schedule for IaaS that supports hourly backups.

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

Constructors

SimpleSchedulePolicyV2()

Initializes a new instance of the SimpleSchedulePolicyV2 class.

SimpleSchedulePolicyV2(String, HourlySchedule, DailySchedule, WeeklySchedule)

Initializes a new instance of the SimpleSchedulePolicyV2 class.

Properties

DailySchedule

Gets or sets daily schedule of this policy

HourlySchedule

Gets or sets hourly schedule of this policy

ScheduleRunFrequency

Gets or sets frequency of the schedule operation of this policy. Possible values include: 'Invalid', 'Daily', 'Weekly', 'Hourly'

WeeklySchedule

Gets or sets weekly schedule of this policy

Applies to