Uses of Class
com.azure.resourcemanager.containerservice.models.UpgradeOverrideSettings
Packages that use UpgradeOverrideSettings
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of UpgradeOverrideSettings in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return UpgradeOverrideSettingsModifier and TypeMethodDescriptionstatic UpgradeOverrideSettingsUpgradeOverrideSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UpgradeOverrideSettings from the JsonReader.ClusterUpgradeSettings.overrideSettings()Get the overrideSettings property: Settings for overrides.UpgradeOverrideSettings.withForceUpgrade(Boolean forceUpgrade) Set the forceUpgrade property: Whether to force upgrade the cluster.UpgradeOverrideSettings.withUntil(OffsetDateTime until) Set the until property: Until when the overrides are effective.Methods in com.azure.resourcemanager.containerservice.models with parameters of type UpgradeOverrideSettingsModifier and TypeMethodDescriptionClusterUpgradeSettings.withOverrideSettings(UpgradeOverrideSettings overrideSettings) Set the overrideSettings property: Settings for overrides.