public sealed class PromoteMigrationJobRequest : IMessage<PromoteMigrationJobRequest>, IEquatable<PromoteMigrationJobRequest>, IDeepCloneable<PromoteMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class PromoteMigrationJobRequest.
Request message for 'PromoteMigrationJob' request.
[[["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 page provides reference documentation for the `PromoteMigrationJobRequest` class within the Database Migration v1 API, specifically for version 2.2.0."],["The `PromoteMigrationJobRequest` class is used to create requests for promoting a migration job, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `MigrationJobName` and `Name`, which are used to identify the migration job being promoted, with `Name` specifying the resource name of the migration job."],["The documentation also lists previous versions of the API, ranging from version 1.0.0 to the latest 2.5.0, all of which contain the `PromoteMigrationJobRequest`."]]],[]]