Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RetentionScheduleFormat
-
Packages that use RetentionScheduleFormat Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RetentionScheduleFormat in com.azure.resourcemanager.recoveryservicesbackup.models
Fields in com.azure.resourcemanager.recoveryservicesbackup.models declared as RetentionScheduleFormat Modifier and Type Field Description static RetentionScheduleFormat
RetentionScheduleFormat. DAILY
Static value Daily for RetentionScheduleFormat.static RetentionScheduleFormat
RetentionScheduleFormat. INVALID
Static value Invalid for RetentionScheduleFormat.static RetentionScheduleFormat
RetentionScheduleFormat. WEEKLY
Static value Weekly for RetentionScheduleFormat.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RetentionScheduleFormat Modifier and Type Method Description static RetentionScheduleFormat
RetentionScheduleFormat. fromString(String name)
Creates or finds a RetentionScheduleFormat from its string representation.RetentionScheduleFormat
MonthlyRetentionSchedule. retentionScheduleFormatType()
Get the retentionScheduleFormatType property: Retention schedule format type for monthly retention policy.RetentionScheduleFormat
YearlyRetentionSchedule. retentionScheduleFormatType()
Get the retentionScheduleFormatType property: Retention schedule format for yearly retention policy.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type RetentionScheduleFormat Modifier and Type Method Description static Collection<RetentionScheduleFormat>
RetentionScheduleFormat. values()
Gets known RetentionScheduleFormat values.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type RetentionScheduleFormat Modifier and Type Method Description MonthlyRetentionSchedule
MonthlyRetentionSchedule. withRetentionScheduleFormatType(RetentionScheduleFormat retentionScheduleFormatType)
Set the retentionScheduleFormatType property: Retention schedule format type for monthly retention policy.YearlyRetentionSchedule
YearlyRetentionSchedule. withRetentionScheduleFormatType(RetentionScheduleFormat retentionScheduleFormatType)
Set the retentionScheduleFormatType property: Retention schedule format for yearly retention policy.
-