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-03-21 UTC."],[[["This document provides reference information for the `GetMigrationJobRequest` class within the Database Migration v1 API."],["The `GetMigrationJobRequest` class is used to request data for a specific migration job, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetMigrationJobRequest` class has two constructors, a default one and another to create an instance from an existing `GetMigrationJobRequest` object."],["It includes two key properties: `MigrationJobName`, which provides a typed view over the migration job's name, and `Name`, a string representing the name of the specific migration job to retrieve."],["Several versions of this information are accessible, from version 1.0.0 to the latest version 2.5.0, each with its own documentation link."]]],[]]