Uses of Class
com.azure.resourcemanager.dataprotection.models.ScheduleBasedBackupCriteria
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of ScheduleBasedBackupCriteria in com.azure.resourcemanager.dataprotection.models
Modifier and TypeMethodDescriptionScheduleBasedBackupCriteria.withAbsoluteCriteria
(List<AbsoluteMarker> absoluteCriteria) Set the absoluteCriteria property: it contains absolute values like "AllBackup"\ / "FirstOfDay"\ / "FirstOfWeek"\ / "FirstOfMonth" and should be part of AbsoluteMarker enum.ScheduleBasedBackupCriteria.withDaysOfMonth
(List<Day> daysOfMonth) Set the daysOfMonth property: This is day of the month from 1 to 28 other wise last of month.ScheduleBasedBackupCriteria.withDaysOfTheWeek
(List<DayOfWeek> daysOfTheWeek) Set the daysOfTheWeek property: It should be Sunday/Monday/T..../Saturday.ScheduleBasedBackupCriteria.withMonthsOfYear
(List<Month> monthsOfYear) Set the monthsOfYear property: It should be January/February/....../December.ScheduleBasedBackupCriteria.withScheduleTimes
(List<OffsetDateTime> scheduleTimes) Set the scheduleTimes property: List of schedule times for backup.ScheduleBasedBackupCriteria.withWeeksOfTheMonth
(List<WeekNumber> weeksOfTheMonth) Set the weeksOfTheMonth property: It should be First/Second/Third/Fourth/Last.