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-03-21 UTC."],[[["The `StartMigrationJobRequest` class is part of the Database Migration v1 API and is used to request the start of a migration job."],["This class has been released in multiple versions, ranging from 1.0.0 to the latest version 2.5.0."],["The `StartMigrationJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["Key properties of the `StartMigrationJobRequest` class include `MigrationJobName` to specify the migration job, `Name` for the migration job resource, and `SkipValidation` to optionally skip configuration verification before starting the migration."],["The `StartMigrationJobRequest` class has two constructors: a default constructor and a copy constructor that takes another `StartMigrationJobRequest` object."]]],[]]