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."],[[["Version 2.5.0 of the VM Migration API documentation outlines the `FinalizeMigrationRequest` class, which is a request message for finalizing a migration."],["The latest version available is 2.6.0, while this document covers version 2.5.0."],["The `FinalizeMigrationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object management."],["This class includes two constructors: one default and another that accepts another `FinalizeMigrationRequest` instance for cloning."],["The `FinalizeMigrationRequest` class has two key properties, `MigratingVm` (a string) and `MigratingVmAsMigratingVmName` (a `MigratingVmName` object), which are used to specify the migrating virtual machine."]]],[]]