Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.DailyRetentionFormat
-
Packages that use DailyRetentionFormat Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of DailyRetentionFormat in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return DailyRetentionFormat Modifier and Type Method Description DailyRetentionFormat
MonthlyRetentionSchedule. retentionScheduleDaily()
Get the retentionScheduleDaily property: Daily retention format for monthly retention policy.DailyRetentionFormat
YearlyRetentionSchedule. retentionScheduleDaily()
Get the retentionScheduleDaily property: Daily retention format for yearly retention policy.DailyRetentionFormat
DailyRetentionFormat. withDaysOfTheMonth(List<Day> daysOfTheMonth)
Set the daysOfTheMonth property: List of days of the month.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type DailyRetentionFormat Modifier and Type Method Description MonthlyRetentionSchedule
MonthlyRetentionSchedule. withRetentionScheduleDaily(DailyRetentionFormat retentionScheduleDaily)
Set the retentionScheduleDaily property: Daily retention format for monthly retention policy.YearlyRetentionSchedule
YearlyRetentionSchedule. withRetentionScheduleDaily(DailyRetentionFormat retentionScheduleDaily)
Set the retentionScheduleDaily property: Daily retention format for yearly retention policy.
-