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."],[[["This document provides reference documentation for the `StartMigrationJobRequest` class within the Database Migration v1 API."],["The `StartMigrationJobRequest` class is used to request the start of a migration job, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the API is 2.5.0, but this documentation is for version 2.1.0, with versions ranging from 1.0.0 up to 2.5.0 in the listing."],["Key properties of the `StartMigrationJobRequest` class include `MigrationJobName`, a typed view of the resource name, and `Name`, which is the string identifier of the migration job resource to be started."]]],[]]