Uses of Class
com.azure.resourcemanager.automation.models.AdvancedScheduleMonthlyOccurrence
Packages that use AdvancedScheduleMonthlyOccurrence
Package
Description
Package containing the data models for AutomationClient.
-
Uses of AdvancedScheduleMonthlyOccurrence in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return AdvancedScheduleMonthlyOccurrenceModifier and TypeMethodDescriptionAdvancedScheduleMonthlyOccurrence.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AdvancedScheduleMonthlyOccurrence from the JsonReader.AdvancedScheduleMonthlyOccurrence.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.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type AdvancedScheduleMonthlyOccurrenceModifier and TypeMethodDescriptionAdvancedSchedule.monthlyOccurrences()
Get the monthlyOccurrences property: Occurrences of days within a month.Method parameters in com.azure.resourcemanager.automation.models with type arguments of type AdvancedScheduleMonthlyOccurrenceModifier and TypeMethodDescriptionAdvancedSchedule.withMonthlyOccurrences
(List<AdvancedScheduleMonthlyOccurrence> monthlyOccurrences) Set the monthlyOccurrences property: Occurrences of days within a month.