WeeklyRetentionSchedule Constructors
Definition
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
Product | Introduced |
---|
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
- retentionDuration
- RetentionDuration
Retention duration of retention Policy.
Applies to
Product | Introduced |
---|