Uses of Class
com.azure.resourcemanager.containerservice.models.TimeInWeek
Packages that use TimeInWeek
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 TimeInWeekModifier and TypeMethodDescriptionMaintenanceConfigurationInner.timeInWeek()Get the timeInWeek property: Time slots during the week when planned maintenance is allowed to proceed.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 TimeInWeekModifier and TypeMethodDescriptionMaintenanceConfigurationInner.withTimeInWeek(List<TimeInWeek> timeInWeek) Set the timeInWeek property: Time slots during the week when planned maintenance is allowed to proceed.MaintenanceConfigurationProperties.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 TimeInWeekModifier and TypeMethodDescriptionSet the day property: The day of the week.TimeInWeek.withHourSlots(List<Integer> hourSlots) Set the hourSlots property: A list of hours in the day used to identify a time range.