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."],[[["This document provides reference documentation for the `RestartMigrationJobRequest` class within the Database Migration v1 API."],["The `RestartMigrationJobRequest` class is used to construct requests for restarting a migration job and includes options such as `Name` and `SkipValidation`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The document covers various versions of the `RestartMigrationJobRequest` class, with version 2.5.0 being the latest."],["The `RestartMigrationJobRequest` class includes properties like `MigrationJobName` and `Name`, allowing for specific migration job identification."]]],[]]