Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.WeeklyRetentionFormat
-
Packages that use WeeklyRetentionFormat Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of WeeklyRetentionFormat in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return WeeklyRetentionFormat Modifier and Type Method Description WeeklyRetentionFormat
MonthlyRetentionSchedule. retentionScheduleWeekly()
Get the retentionScheduleWeekly property: Weekly retention format for monthly retention policy.WeeklyRetentionFormat
YearlyRetentionSchedule. retentionScheduleWeekly()
Get the retentionScheduleWeekly property: Weekly retention format for yearly retention policy.WeeklyRetentionFormat
WeeklyRetentionFormat. withDaysOfTheWeek(List<DayOfWeek> daysOfTheWeek)
Set the daysOfTheWeek property: List of days of the week.WeeklyRetentionFormat
WeeklyRetentionFormat. withWeeksOfTheMonth(List<WeekOfMonth> weeksOfTheMonth)
Set the weeksOfTheMonth property: List of weeks of month.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type WeeklyRetentionFormat Modifier and Type Method Description MonthlyRetentionSchedule
MonthlyRetentionSchedule. withRetentionScheduleWeekly(WeeklyRetentionFormat retentionScheduleWeekly)
Set the retentionScheduleWeekly property: Weekly retention format for monthly retention policy.YearlyRetentionSchedule
YearlyRetentionSchedule. withRetentionScheduleWeekly(WeeklyRetentionFormat retentionScheduleWeekly)
Set the retentionScheduleWeekly property: Weekly retention format for yearly retention policy.
-