SimpleSchedulePolicy 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
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. |
SimpleSchedulePolicy()
Initializes a new instance of the SimpleSchedulePolicy class.
public SimpleSchedulePolicy ();
Public Sub New ()
Applies to
SimpleSchedulePolicy(String, IList<Nullable<DayOfWeek>>, IList<Nullable<DateTime>>, HourlySchedule, Nullable<Int32>)
Initializes a new instance of the SimpleSchedulePolicy class.
public SimpleSchedulePolicy (string scheduleRunFrequency = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DayOfWeek?> scheduleRunDays = default, System.Collections.Generic.IList<DateTime?> scheduleRunTimes = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.HourlySchedule hourlySchedule = default, int? scheduleWeeklyFrequency = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.SimpleSchedulePolicy : string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DayOfWeek>> * System.Collections.Generic.IList<Nullable<DateTime>> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.HourlySchedule * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.SimpleSchedulePolicy
Public Sub New (Optional scheduleRunFrequency As String = Nothing, Optional scheduleRunDays As IList(Of Nullable(Of DayOfWeek)) = Nothing, Optional scheduleRunTimes As IList(Of Nullable(Of DateTime)) = Nothing, Optional hourlySchedule As HourlySchedule = Nothing, Optional scheduleWeeklyFrequency As Nullable(Of Integer) = 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
Applies to
Azure SDK for .NET