Uses of Class
com.azure.resourcemanager.containerservice.models.WeekDay
Packages that use WeekDay
Package
Description
Package containing the data models for ContainerService.
-
Uses of WeekDay in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type WeekDay in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as WeekDayModifier and TypeFieldDescriptionstatic final WeekDayWeekDay.FRIDAYRepresents Friday.static final WeekDayWeekDay.MONDAYRepresents Monday.static final WeekDayWeekDay.SATURDAYRepresents Saturday.static final WeekDayWeekDay.SUNDAYRepresents Sunday.static final WeekDayWeekDay.THURSDAYRepresents Thursday.static final WeekDayWeekDay.TUESDAYRepresents Tuesday.static final WeekDayWeekDay.WEDNESDAYRepresents Wednesday.Methods in com.azure.resourcemanager.containerservice.models that return WeekDayModifier and TypeMethodDescriptionTimeInWeek.day()Get the day property: The day of the week.RelativeMonthlySchedule.dayOfWeek()Get the dayOfWeek property: Specifies on which day of the week the maintenance occurs.WeeklySchedule.dayOfWeek()Get the dayOfWeek property: Specifies on which day of the week the maintenance occurs.static WeekDayWeekDay.fromString(String name) Creates or finds a WeekDay from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type WeekDayModifier and TypeMethodDescriptionstatic Collection<WeekDay> WeekDay.values()Gets known WeekDay values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type WeekDayModifier and TypeMethodDescriptionSet the day property: The day of the week.RelativeMonthlySchedule.withDayOfWeek(WeekDay dayOfWeek) Set the dayOfWeek property: Specifies on which day of the week the maintenance occurs.WeeklySchedule.withDayOfWeek(WeekDay dayOfWeek) Set the dayOfWeek property: Specifies on which day of the week the maintenance occurs.