public sealed class UpgradeInstanceInternalRequest : IMessage<UpgradeInstanceInternalRequest>, IEquatable<UpgradeInstanceInternalRequest>, IDeepCloneable<UpgradeInstanceInternalRequest>, IBufferMessage, IMessage
Request for upgrading a notebook instance from within the VM
[[["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."],[[["`UpgradeInstanceInternalRequest` is a class used to request the upgrade of a notebook instance from within the VM."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `UpgradeInstanceInternalRequest` as a parameter."],["It contains two properties, `Name`, representing the instance's resource name, and `VmId`, which is the VM's hardware token for authentication."],["The latest version of this class available is `2.0.0-beta05`, with previous versions being `2.0.0-beta04` and `1.0.0-beta04`."]]],[]]