public sealed class RestartMigrationJobRequest : IMessage<RestartMigrationJobRequest>, IEquatable<RestartMigrationJobRequest>, IDeepCloneable<RestartMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class RestartMigrationJobRequest.
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 latest version of the `RestartMigrationJobRequest` class is 2.5.0, part of the Google.Cloud.CloudDms.V1 namespace for the Database Migration v1 API."],["The `RestartMigrationJobRequest` class is used to structure requests for restarting a migration job, implementing interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class includes properties for specifying the `MigrationJobName`, the `Name` of the migration job, and a boolean `SkipValidation` flag."],["The `RestartMigrationJobRequest` class has two constructors, a default one and one that takes another `RestartMigrationJobRequest` as a parameter for cloning."],["The documentation outlines the inheritance hierarchy and implemented interfaces, as well as the namespace and assembly information for the `RestartMigrationJobRequest` class."]]],[]]