Uses of Class
com.azure.resourcemanager.containerservice.models.MaintenanceWindow
Packages that use MaintenanceWindow
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of MaintenanceWindow in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return MaintenanceWindowModifier and TypeMethodDescriptionMaintenanceConfigurationInner.maintenanceWindow()Get the maintenanceWindow property: Maintenance window for the maintenance configuration.MaintenanceConfigurationProperties.maintenanceWindow()Get the maintenanceWindow property: Maintenance window for the maintenance configuration.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type MaintenanceWindowModifier and TypeMethodDescriptionMaintenanceConfigurationInner.withMaintenanceWindow(MaintenanceWindow maintenanceWindow) Set the maintenanceWindow property: Maintenance window for the maintenance configuration.MaintenanceConfigurationProperties.withMaintenanceWindow(MaintenanceWindow maintenanceWindow) Set the maintenanceWindow property: Maintenance window for the maintenance configuration. -
Uses of MaintenanceWindow in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return MaintenanceWindowModifier and TypeMethodDescriptionstatic MaintenanceWindowMaintenanceWindow.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MaintenanceWindow from the JsonReader.MaintenanceWindow.withDurationHours(int durationHours) Set the durationHours property: Length of maintenance window range from 4 to 24 hours.MaintenanceWindow.withNotAllowedDates(List<DateSpan> notAllowedDates) Set the notAllowedDates property: Date ranges on which upgrade is not allowed.MaintenanceWindow.withSchedule(Schedule schedule) Set the schedule property: Recurrence schedule for the maintenance window.MaintenanceWindow.withStartDate(LocalDate startDate) Set the startDate property: The date the maintenance window activates.MaintenanceWindow.withStartTime(String startTime) Set the startTime property: The start time of the maintenance window.MaintenanceWindow.withUtcOffset(String utcOffset) Set the utcOffset property: The UTC offset in format +/-HH:mm.