public sealed class FinalizeMigrationRequest : IMessage<FinalizeMigrationRequest>, IEquatable<FinalizeMigrationRequest>, IDeepCloneable<FinalizeMigrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class FinalizeMigrationRequest.
[[["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 `FinalizeMigrationRequest` class is a request message for the 'FinalizeMigration' operation within the VM Migration v1 API, designed for use with .NET."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The `FinalizeMigrationRequest` class offers two constructors: a default constructor and another that accepts another `FinalizeMigrationRequest` instance for object creation."],["It contains two properties: `MigratingVm`, which is a string representing the name of the migrating virtual machine and `MigratingVmAsMigratingVmName`, which is a `MigratingVmName`-typed view of the `MigratingVm` resource name."],["The latest version of the API is 2.6.0, with several older versions available, including the present 2.2.0 version which is the context of this document."]]],[]]