IClusterUpgradeSettings Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ClusterUpgradeSettingsTypeConverter))]
public interface IClusterUpgradeSettings : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ClusterUpgradeSettingsTypeConverter))>]
type IClusterUpgradeSettings = interface
interface IJsonSerializable
Public Interface IClusterUpgradeSettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| OverrideSettingForceUpgrade |
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. |
| OverrideSettingUntil |
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 |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |