WeeklyRetentionSchedule 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
WeeklyRetentionSchedule() |
Initializes a new instance of the WeeklyRetentionSchedule class. |
WeeklyRetentionSchedule(IList<Nullable<DayOfWeek>>, IList<Nullable<DateTime>>, RetentionDuration) |
Initializes a new instance of the WeeklyRetentionSchedule class. |
WeeklyRetentionSchedule()
Initializes a new instance of the WeeklyRetentionSchedule class.
public WeeklyRetentionSchedule ();
Public Sub New ()
Applies to
WeeklyRetentionSchedule(IList<Nullable<DayOfWeek>>, IList<Nullable<DateTime>>, RetentionDuration)
Initializes a new instance of the WeeklyRetentionSchedule class.
public WeeklyRetentionSchedule (System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DayOfWeek>> daysOfTheWeek = null, System.Collections.Generic.IList<Nullable<DateTime>> retentionTimes = null, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionDuration retentionDuration = null);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklyRetentionSchedule : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DayOfWeek>> * System.Collections.Generic.IList<Nullable<DateTime>> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionDuration -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklyRetentionSchedule
Parameters
- daysOfTheWeek
- System.Collections.Generic.IList<System.Nullable<DayOfWeek>>
List of days of week for weekly retention policy.
- retentionTimes
- System.Collections.Generic.IList<System.Nullable<System.DateTime>>
Retention times of retention policy.
- retentionDuration
- RetentionDuration
Retention duration of retention Policy.