Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.MonthlyRetentionSchedule
-
Packages that use MonthlyRetentionSchedule Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of MonthlyRetentionSchedule in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return MonthlyRetentionSchedule Modifier and Type Method Description MonthlyRetentionSchedule
LongTermRetentionPolicy. monthlySchedule()
Get the monthlySchedule property: Monthly retention schedule of the protection policy.MonthlyRetentionSchedule
MonthlyRetentionSchedule. withRetentionDuration(RetentionDuration retentionDuration)
Set the retentionDuration property: Retention duration of retention Policy.MonthlyRetentionSchedule
MonthlyRetentionSchedule. withRetentionScheduleDaily(DailyRetentionFormat retentionScheduleDaily)
Set the retentionScheduleDaily property: Daily retention format for monthly retention policy.MonthlyRetentionSchedule
MonthlyRetentionSchedule. withRetentionScheduleFormatType(RetentionScheduleFormat retentionScheduleFormatType)
Set the retentionScheduleFormatType property: Retention schedule format type for monthly retention policy.MonthlyRetentionSchedule
MonthlyRetentionSchedule. withRetentionScheduleWeekly(WeeklyRetentionFormat retentionScheduleWeekly)
Set the retentionScheduleWeekly property: Weekly retention format for monthly retention policy.MonthlyRetentionSchedule
MonthlyRetentionSchedule. withRetentionTimes(List<OffsetDateTime> retentionTimes)
Set the retentionTimes property: Retention times of retention policy.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type MonthlyRetentionSchedule Modifier and Type Method Description LongTermRetentionPolicy
LongTermRetentionPolicy. withMonthlySchedule(MonthlyRetentionSchedule monthlySchedule)
Set the monthlySchedule property: Monthly retention schedule of the protection policy.
-