public sealed class StartMigrationJobRequest : IMessage<StartMigrationJobRequest>, IEquatable<StartMigrationJobRequest>, IDeepCloneable<StartMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class StartMigrationJobRequest.
[[["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-04-17 UTC."],[[["The document provides reference documentation for the `StartMigrationJobRequest` class within the Database Migration v1 API."],["`StartMigrationJobRequest` is a request message used to start a migration job and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers constructors, including a default constructor and one for creating a copy from another `StartMigrationJobRequest` object."],["The class contains properties for `MigrationJobName`, `Name`, and `SkipValidation`, with `SkipValidation` allowing a migration job to begin without prior configuration checks."],["The provided content shows that there are 9 versions available for this API ranging from version 1.0.0 to 2.5.0, the latest version being 2.5.0."]]],[]]