Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.MaintenanceConfigurationProperties
Packages that use MaintenanceConfigurationProperties
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of MaintenanceConfigurationProperties in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return MaintenanceConfigurationPropertiesModifier and TypeMethodDescriptionMaintenanceConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MaintenanceConfigurationProperties from the JsonReader.MaintenanceConfigurationProperties.withMaintenanceWindow(MaintenanceWindow maintenanceWindow) Set the maintenanceWindow property: Maintenance window for the maintenance configuration.MaintenanceConfigurationProperties.withNotAllowedTime(List<TimeSpan> notAllowedTime) Set the notAllowedTime property: Time slots on which upgrade is not allowed.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.