Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.WeeklyRetentionSchedule
-
Packages that use WeeklyRetentionSchedule Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of WeeklyRetentionSchedule in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return WeeklyRetentionSchedule Modifier and Type Method Description WeeklyRetentionSchedule
LongTermRetentionPolicy. weeklySchedule()
Get the weeklySchedule property: Weekly retention schedule of the protection policy.WeeklyRetentionSchedule
WeeklyRetentionSchedule. withDaysOfTheWeek(List<DayOfWeek> daysOfTheWeek)
Set the daysOfTheWeek property: List of days of week for weekly retention policy.WeeklyRetentionSchedule
WeeklyRetentionSchedule. withRetentionDuration(RetentionDuration retentionDuration)
Set the retentionDuration property: Retention duration of retention Policy.WeeklyRetentionSchedule
WeeklyRetentionSchedule. withRetentionTimes(List<OffsetDateTime> retentionTimes)
Set the retentionTimes property: Retention times of retention policy.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type WeeklyRetentionSchedule Modifier and Type Method Description LongTermRetentionPolicy
LongTermRetentionPolicy. withWeeklySchedule(WeeklyRetentionSchedule weeklySchedule)
Set the weeklySchedule property: Weekly retention schedule of the protection policy.
-