public sealed class RestartMigrationJobRequest : IMessage<RestartMigrationJobRequest>, IEquatable<RestartMigrationJobRequest>, IDeepCloneable<RestartMigrationJobRequest>, IBufferMessage, IMessage
Request message for 'RestartMigrationJob' 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 `RestartMigrationJobRequest` class, which is used to request the restart of a migration job within the Google Cloud Database Migration Service."],["The `RestartMigrationJobRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RestartMigrationJobRequest` class includes properties such as `MigrationJobName` and `Name`, the latter of which is the name of the migration job resource to restart."],["There are multiple versions of `RestartMigrationJobRequest` available, ranging from version 1.0.0 to the latest version 2.5.0."],["The webpage also lists the inherited members, constructors, namespace, and assembly for the `RestartMigrationJobRequest` class."]]],[]]