Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.WeekOfMonth
-
Packages that use WeekOfMonth Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of WeekOfMonth in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return WeekOfMonth Modifier and Type Method Description static WeekOfMonth
WeekOfMonth. fromString(String value)
Parses a serialized value to a WeekOfMonth instance.static WeekOfMonth
WeekOfMonth. valueOf(String name)
Returns the enum constant of this type with the specified name.static WeekOfMonth[]
WeekOfMonth. 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 WeekOfMonth Modifier and Type Method Description List<WeekOfMonth>
WeeklyRetentionFormat. weeksOfTheMonth()
Get the weeksOfTheMonth property: List of weeks of month.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type WeekOfMonth Modifier and Type Method Description WeeklyRetentionFormat
WeeklyRetentionFormat. withWeeksOfTheMonth(List<WeekOfMonth> weeksOfTheMonth)
Set the weeksOfTheMonth property: List of weeks of month.
-