public sealed class GetMigratingVmRequest : IMessage<GetMigratingVmRequest>, IEquatable<GetMigratingVmRequest>, IDeepCloneable<GetMigratingVmRequest>, IBufferMessage, IMessage
[[["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 `GetMigratingVmRequest` is 2.6.0, which can be found along with other previous versions ranging from 1.0.0 to 2.5.0."],["`GetMigratingVmRequest` is a request message type used for retrieving information about a virtual machine migration, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetMigratingVmRequest` inherits from the `Object` class and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["This class includes two constructors, a default constructor and one that takes another `GetMigratingVmRequest` as a parameter for cloning purposes."],["The `GetMigratingVmRequest` class contains two properties: `MigratingVmName`, which provides a typed view of the resource name, and `Name`, which represents the required name of the MigratingVm."]]],[]]