SimpleSchedulePolicyV2 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 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
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
Azure SDK for .NET