Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.DailyRetentionSchedule
-
Packages that use DailyRetentionSchedule Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of DailyRetentionSchedule in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return DailyRetentionSchedule Modifier and Type Method Description DailyRetentionSchedule
LongTermRetentionPolicy. dailySchedule()
Get the dailySchedule property: Daily retention schedule of the protection policy.DailyRetentionSchedule
DailyRetentionSchedule. withRetentionDuration(RetentionDuration retentionDuration)
Set the retentionDuration property: Retention duration of retention Policy.DailyRetentionSchedule
DailyRetentionSchedule. withRetentionTimes(List<OffsetDateTime> retentionTimes)
Set the retentionTimes property: Retention times of retention policy.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type DailyRetentionSchedule Modifier and Type Method Description LongTermRetentionPolicy
LongTermRetentionPolicy. withDailySchedule(DailyRetentionSchedule dailySchedule)
Set the dailySchedule property: Daily retention schedule of the protection policy.
-