Share via


IUpgradeOverrideSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.UpgradeOverrideSettingsTypeConverter))]
public interface IUpgradeOverrideSettings : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.UpgradeOverrideSettingsTypeConverter))>]
type IUpgradeOverrideSettings = interface
    interface IJsonSerializable
Public Interface IUpgradeOverrideSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ForceUpgrade

Whether to force upgrade the cluster. Note that this option instructs upgrade operation to bypass upgrade protections such as checking for deprecated API usage. Enable this option only with caution.

Until

Until when the overrides are effective. Note that this only matches the start time of an upgrade, and the effectiveness won't change once an upgrade starts even if the until expires as upgrade proceeds. This field is not set by default. It must be set for the overrides to take effect.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to