Uses of Class
com.azure.resourcemanager.automation.models.AdvancedScheduleMonthlyOccurrence
Package
Description
Package containing the data models for AutomationClient.
-
Uses of AdvancedScheduleMonthlyOccurrence in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionAdvancedScheduleMonthlyOccurrence.withDay
(ScheduleDay day) Set the day property: Day of the occurrence.AdvancedScheduleMonthlyOccurrence.withOccurrence
(Integer occurrence) Set the occurrence property: Occurrence of the week within the month.Modifier and TypeMethodDescriptionAdvancedSchedule.monthlyOccurrences()
Get the monthlyOccurrences property: Occurrences of days within a month.Modifier and TypeMethodDescriptionAdvancedSchedule.withMonthlyOccurrences
(List<AdvancedScheduleMonthlyOccurrence> monthlyOccurrences) Set the monthlyOccurrences property: Occurrences of days within a month.