public sealed class AutoUpgradeOptions : IMessage<AutoUpgradeOptions>, IEquatable<AutoUpgradeOptions>, IDeepCloneable<AutoUpgradeOptions>, IBufferMessage, IMessage
AutoUpgradeOptions defines the set of options for the user to control how
the Auto Upgrades will proceed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of `AutoUpgradeOptions` is 3.33.0, with many other previous versions available, ranging down to 2.3.0."],["`AutoUpgradeOptions` defines options for users to control how Auto Upgrades will proceed."],["This class implements several interfaces including `IMessage\u003cAutoUpgradeOptions\u003e`, `IEquatable\u003cAutoUpgradeOptions\u003e`, `IDeepCloneable\u003cAutoUpgradeOptions\u003e`, `IBufferMessage`, and `IMessage`."],["The `AutoUpgradeOptions` class has properties for `AutoUpgradeStartTime`, which indicates when upgrades will commence, and `Description`, providing details about the upgrade."],["There are two constructors available: a default `AutoUpgradeOptions()` and one that accepts another `AutoUpgradeOptions` object for copying."]]],[]]