public sealed class GetMigrationJobRequest : IMessage<GetMigrationJobRequest>, IEquatable<GetMigrationJobRequest>, IDeepCloneable<GetMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class GetMigrationJobRequest.
[[["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-09 UTC."],[[["This document provides reference information for the `GetMigrationJobRequest` class within the Database Migration v1 API."],["The `GetMigrationJobRequest` class is used to request data about a specific migration job, with versions ranging from 1.0.0 to 2.5.0."],["The `GetMigrationJobRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `MigrationJobName` (a typed view) and `Name` (a string), both of which are used to identify the migration job being requested."],["The `GetMigrationJobRequest` class has two constructors, one default and one that allows for copying from another instance of the `GetMigrationJobRequest` class."]]],[]]