Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.LongTermRetentionPolicy
-
Packages that use LongTermRetentionPolicy Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of LongTermRetentionPolicy in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return LongTermRetentionPolicy Modifier and Type Method Description LongTermRetentionPolicy
LongTermRetentionPolicy. withDailySchedule(DailyRetentionSchedule dailySchedule)
Set the dailySchedule property: Daily retention schedule of the protection policy.LongTermRetentionPolicy
LongTermRetentionPolicy. withMonthlySchedule(MonthlyRetentionSchedule monthlySchedule)
Set the monthlySchedule property: Monthly retention schedule of the protection policy.LongTermRetentionPolicy
LongTermRetentionPolicy. withWeeklySchedule(WeeklyRetentionSchedule weeklySchedule)
Set the weeklySchedule property: Weekly retention schedule of the protection policy.LongTermRetentionPolicy
LongTermRetentionPolicy. withYearlySchedule(YearlyRetentionSchedule yearlySchedule)
Set the yearlySchedule property: Yearly retention schedule of the protection policy.
-