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."],[[["The `RestartMigrationJobRequest` class is a request message used to restart a migration job within the Google Cloud Data Migration Service."],["This class is part of the `Google.Cloud.CloudDms.V1` namespace in version 2.0.0 of the Google Cloud .NET library, with the latest being version 2.5.0."],["`RestartMigrationJobRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `RestartMigrationJobRequest` object as a parameter."],["It contains properties for `MigrationJobName` (a typed view) and `Name` (a string), representing the migration job resource to be restarted."]]],[]]