UpgradeOverrideSettings Class
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.
Settings for overrides when upgrading a cluster.
public class UpgradeOverrideSettings
type UpgradeOverrideSettings = class
Public Class UpgradeOverrideSettings
- Inheritance
-
UpgradeOverrideSettings
Constructors
| Name | Description |
|---|---|
| UpgradeOverrideSettings() |
Initializes a new instance of the UpgradeOverrideSettings class. |
| UpgradeOverrideSettings(Nullable<Boolean>, Nullable<DateTime>) |
Initializes a new instance of the UpgradeOverrideSettings class. |
Properties
| Name | Description |
|---|---|
| ForceUpgrade |
Gets or sets 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 |
Gets or sets 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 |