Uses of Class
com.azure.resourcemanager.automation.models.ScheduleDay
Packages that use ScheduleDay
Package
Description
Package containing the data models for AutomationClient.
-
Uses of ScheduleDay in com.azure.resourcemanager.automation.models
Fields in com.azure.resourcemanager.automation.models declared as ScheduleDayModifier and TypeFieldDescriptionstatic final ScheduleDay
ScheduleDay.FRIDAY
Static value Friday for ScheduleDay.static final ScheduleDay
ScheduleDay.MONDAY
Static value Monday for ScheduleDay.static final ScheduleDay
ScheduleDay.SATURDAY
Static value Saturday for ScheduleDay.static final ScheduleDay
ScheduleDay.SUNDAY
Static value Sunday for ScheduleDay.static final ScheduleDay
ScheduleDay.THURSDAY
Static value Thursday for ScheduleDay.static final ScheduleDay
ScheduleDay.TUESDAY
Static value Tuesday for ScheduleDay.static final ScheduleDay
ScheduleDay.WEDNESDAY
Static value Wednesday for ScheduleDay.Methods in com.azure.resourcemanager.automation.models that return ScheduleDayModifier and TypeMethodDescriptionAdvancedScheduleMonthlyOccurrence.day()
Get the day property: Day of the occurrence.static ScheduleDay
ScheduleDay.fromString
(String name) Creates or finds a ScheduleDay from its string representation.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type ScheduleDayModifier and TypeMethodDescriptionstatic Collection
<ScheduleDay> ScheduleDay.values()
Gets known ScheduleDay values.Methods in com.azure.resourcemanager.automation.models with parameters of type ScheduleDayModifier and TypeMethodDescriptionAdvancedScheduleMonthlyOccurrence.withDay
(ScheduleDay day) Set the day property: Day of the occurrence.