Uses of Class
com.azure.resourcemanager.containerservice.models.TimeInWeek
-
Packages that use TimeInWeek Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of TimeInWeek in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type TimeInWeek Modifier and Type Method Description List<TimeInWeek>MaintenanceConfigurationInner. timeInWeek()Get the timeInWeek property: Time slots during the week when planned maintenance is allowed to proceed.List<TimeInWeek>MaintenanceConfigurationProperties. timeInWeek()Get the timeInWeek property: Time slots during the week when planned maintenance is allowed to proceed.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type TimeInWeek Modifier and Type Method Description MaintenanceConfigurationInnerMaintenanceConfigurationInner. withTimeInWeek(List<TimeInWeek> timeInWeek)Set the timeInWeek property: Time slots during the week when planned maintenance is allowed to proceed.MaintenanceConfigurationPropertiesMaintenanceConfigurationProperties. withTimeInWeek(List<TimeInWeek> timeInWeek)Set the timeInWeek property: Time slots during the week when planned maintenance is allowed to proceed. -
Uses of TimeInWeek in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return TimeInWeek Modifier and Type Method Description TimeInWeekTimeInWeek. withDay(WeekDay day)Set the day property: The day of the week.TimeInWeekTimeInWeek. withHourSlots(List<Integer> hourSlots)Set the hourSlots property: A list of hours in the day used to identify a time range.
-