public sealed class PromoteMigrationJobRequest : IMessage<PromoteMigrationJobRequest>, IEquatable<PromoteMigrationJobRequest>, IDeepCloneable<PromoteMigrationJobRequest>, IBufferMessage, IMessage
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 webpage details the `PromoteMigrationJobRequest` class, which is used for initiating a 'PromoteMigrationJob' request within the Google Cloud Data Migration Service."],["The `PromoteMigrationJobRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class offers two constructors: a default constructor (`PromoteMigrationJobRequest()`) and a copy constructor (`PromoteMigrationJobRequest(PromoteMigrationJobRequest other)`)."],["The `PromoteMigrationJobRequest` includes two properties: `MigrationJobName`, a typed view of the migration job resource, and `Name`, a string representing the name of the migration job being promoted."],["The content shows that the latest version of the `PromoteMigrationJobRequest` class is 2.5.0 and the information provided on this page is for version 2.0.0."]]],[]]