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: If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.MaintenanceConfigurationProperties.timeInWeek()Get the timeInWeek property: If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.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: If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.MaintenanceConfigurationProperties.withTimeInWeek(List<TimeInWeek> timeInWeek) Set the timeInWeek property: If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. -
Uses of TimeInWeek in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return TimeInWeekModifier and TypeMethodDescriptionstatic TimeInWeekTimeInWeek.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TimeInWeek from the JsonReader.Set the day property: The day of the week.TimeInWeek.withHourSlots(List<Integer> hourSlots) Set the hourSlots property: Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC.