Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.MonthOfYear
-
Packages that use MonthOfYear Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of MonthOfYear in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return MonthOfYear Modifier and Type Method Description static MonthOfYear
MonthOfYear. fromString(String value)
Parses a serialized value to a MonthOfYear instance.static MonthOfYear
MonthOfYear. valueOf(String name)
Returns the enum constant of this type with the specified name.static MonthOfYear[]
MonthOfYear. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type MonthOfYear Modifier and Type Method Description List<MonthOfYear>
YearlyRetentionSchedule. monthsOfYear()
Get the monthsOfYear property: List of months of year of yearly retention policy.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type MonthOfYear Modifier and Type Method Description YearlyRetentionSchedule
YearlyRetentionSchedule. withMonthsOfYear(List<MonthOfYear> monthsOfYear)
Set the monthsOfYear property: List of months of year of yearly retention policy.
-