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 information for the `StartMigrationJobRequest` class within the Database Migration v1 API."],["The `StartMigrationJobRequest` class is used to start a migration job and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the API available, ranging from version 1.0.0 to the latest 2.5.0."],["Key properties of the `StartMigrationJobRequest` include `MigrationJobName`, `Name`, and `SkipValidation`, enabling specifying the migration job to start, and providing a way to skip validation."],["The `StartMigrationJobRequest` class is found within the `Google.Cloud.CloudDms.V1` namespace, part of the `Google.Cloud.CloudDms.V1.dll` assembly."]]],[]]