Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.Day
-
Packages that use Day Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of Day in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return Day Modifier and Type Method Description Day
Day. withDate(Integer date)
Set the date property: Date of the month.Day
Day. withIsLast(Boolean isLast)
Set the isLast property: Whether Date is last date of month.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type Day Modifier and Type Method Description List<Day>
DailyRetentionFormat. daysOfTheMonth()
Get the daysOfTheMonth property: List of days of the month.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type Day Modifier and Type Method Description DailyRetentionFormat
DailyRetentionFormat. withDaysOfTheMonth(List<Day> daysOfTheMonth)
Set the daysOfTheMonth property: List of days of the month.
-