public sealed class StartMigrationRequest : IMessage<StartMigrationRequest>, IEquatable<StartMigrationRequest>, IDeepCloneable<StartMigrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class StartMigrationRequest.
Request message for 'StartMigrationRequest' request.
[[["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 `StartMigrationRequest` class is part of the VM Migration v1 API and is used to initiate a migration request."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class `StartMigrationRequest` offers two constructors: a default constructor and a constructor that accepts another `StartMigrationRequest` object for cloning."],["The `MigratingVm` property of the `StartMigrationRequest` class is a required string that specifies the name of the virtual machine being migrated."],["The API version history for the `StartMigrationRequest` is listed, with version 2.6.0 being the most recent and version 1.0.0 being the oldest, along with multiple versions in between."]]],[]]