Uses of Class
com.azure.resourcemanager.dataprotection.models.WeekNumber
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of WeekNumber in com.azure.resourcemanager.dataprotection.models
Modifier and TypeFieldDescriptionstatic final WeekNumber
WeekNumber.FIRST
Static value First for WeekNumber.static final WeekNumber
WeekNumber.FOURTH
Static value Fourth for WeekNumber.static final WeekNumber
WeekNumber.LAST
Static value Last for WeekNumber.static final WeekNumber
WeekNumber.SECOND
Static value Second for WeekNumber.static final WeekNumber
WeekNumber.THIRD
Static value Third for WeekNumber.Modifier and TypeMethodDescriptionstatic WeekNumber
WeekNumber.fromString
(String name) Creates or finds a WeekNumber from its string representation.Modifier and TypeMethodDescriptionstatic Collection<WeekNumber>
WeekNumber.values()
Gets known WeekNumber values.ScheduleBasedBackupCriteria.weeksOfTheMonth()
Get the weeksOfTheMonth property: It should be First/Second/Third/Fourth/Last.Modifier and TypeMethodDescriptionScheduleBasedBackupCriteria.withWeeksOfTheMonth
(List<WeekNumber> weeksOfTheMonth) Set the weeksOfTheMonth property: It should be First/Second/Third/Fourth/Last.