Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RetentionDuration
-
Packages that use RetentionDuration Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RetentionDuration in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RetentionDuration Modifier and Type Method Description RetentionDuration
DailyRetentionSchedule. retentionDuration()
Get the retentionDuration property: Retention duration of retention Policy.RetentionDuration
MonthlyRetentionSchedule. retentionDuration()
Get the retentionDuration property: Retention duration of retention Policy.RetentionDuration
SimpleRetentionPolicy. retentionDuration()
Get the retentionDuration property: Retention duration of the protection policy.RetentionDuration
WeeklyRetentionSchedule. retentionDuration()
Get the retentionDuration property: Retention duration of retention Policy.RetentionDuration
YearlyRetentionSchedule. retentionDuration()
Get the retentionDuration property: Retention duration of retention Policy.RetentionDuration
RetentionDuration. withCount(Integer count)
Set the count property: Count of duration types.RetentionDuration
RetentionDuration. withDurationType(RetentionDurationType durationType)
Set the durationType property: Retention duration type of retention policy.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type RetentionDuration Modifier and Type Method Description DailyRetentionSchedule
DailyRetentionSchedule. withRetentionDuration(RetentionDuration retentionDuration)
Set the retentionDuration property: Retention duration of retention Policy.MonthlyRetentionSchedule
MonthlyRetentionSchedule. withRetentionDuration(RetentionDuration retentionDuration)
Set the retentionDuration property: Retention duration of retention Policy.SimpleRetentionPolicy
SimpleRetentionPolicy. withRetentionDuration(RetentionDuration retentionDuration)
Set the retentionDuration property: Retention duration of the protection policy.WeeklyRetentionSchedule
WeeklyRetentionSchedule. withRetentionDuration(RetentionDuration retentionDuration)
Set the retentionDuration property: Retention duration of retention Policy.YearlyRetentionSchedule
YearlyRetentionSchedule. withRetentionDuration(RetentionDuration retentionDuration)
Set the retentionDuration property: Retention duration of retention Policy.
-