public sealed class ApplianceVersion : IMessage<ApplianceVersion>, IEquatable<ApplianceVersion>, IDeepCloneable<ApplianceVersion>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ApplianceVersion.
[[["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 the ApplianceVersion for VM Migration v1 API is 2.6.0, and there are older versions available ranging from 2.5.0 down to 1.0.0."],["The `ApplianceVersion` class describes an appliance version and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ApplianceVersion` provides properties such as `Critical`, `ReleaseNotesUri`, `Uri`, and `Version`, to indicate whether an upgrade is critical, the release notes link, the download link, and the version string, respectively."],["This class also implements inheritance from `object`, as seen by the `object.GetHashCode()`, `object.GetType()`, `object.ToString()` inherited members."],["The `ApplianceVersion` class can be instantiated using either a parameter-less constructor, or a copy constructor that takes another `ApplianceVersion` object as parameter."]]],[]]