SimpleSchedulePolicyV2 Constructors
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.
Overloads
SimpleSchedulePolicyV2() |
Initializes a new instance of the SimpleSchedulePolicyV2 class. |
SimpleSchedulePolicyV2(String, HourlySchedule, DailySchedule, WeeklySchedule) |
Initializes a new instance of the SimpleSchedulePolicyV2 class. |
SimpleSchedulePolicyV2()
Initializes a new instance of the SimpleSchedulePolicyV2 class.
public SimpleSchedulePolicyV2 ();
Public Sub New ()
Applies to
SimpleSchedulePolicyV2(String, HourlySchedule, DailySchedule, WeeklySchedule)
Initializes a new instance of the SimpleSchedulePolicyV2 class.
public SimpleSchedulePolicyV2 (string scheduleRunFrequency = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.HourlySchedule hourlySchedule = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailySchedule dailySchedule = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklySchedule weeklySchedule = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.SimpleSchedulePolicyV2 : string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.HourlySchedule * Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailySchedule * Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklySchedule -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.SimpleSchedulePolicyV2
Public Sub New (Optional scheduleRunFrequency As String = Nothing, Optional hourlySchedule As HourlySchedule = Nothing, Optional dailySchedule As DailySchedule = Nothing, Optional weeklySchedule As WeeklySchedule = Nothing)
Parameters
- scheduleRunFrequency
- String
Frequency of the schedule operation of this policy. Possible values include: 'Invalid', 'Daily', 'Weekly', 'Hourly'
- hourlySchedule
- HourlySchedule
hourly schedule of this policy
- dailySchedule
- DailySchedule
Daily schedule of this policy
- weeklySchedule
- WeeklySchedule
Weekly schedule of this policy
Applies to
Azure SDK for .NET