public sealed class GetMigrationJobRequest : IMessage<GetMigrationJobRequest>, IEquatable<GetMigrationJobRequest>, IDeepCloneable<GetMigrationJobRequest>, IBufferMessage, IMessage
[[["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-17 UTC."],[[["The `GetMigrationJobRequest` class is used to request information about a specific migration job, functioning as the request message for the 'GetMigrationJob' action."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for data management, comparison, deep cloning, and buffer message handling."],["The `GetMigrationJobRequest` class offers two constructors, a default constructor and one that allows for cloning an existing `GetMigrationJobRequest` object."],["It contains properties `MigrationJobName` and `Name`, with `Name` being a required string field representing the migration job resource's name."],["The content presents version 2.0.0, showcasing historical documentation versions ranging from 2.5.0 (latest) down to version 1.0.0 of the `GetMigrationJobRequest` object."]]],[]]