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 structure a request to restart a migration job, with the latest version being 2.5.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities and usability."],["The `RestartMigrationJobRequest` class includes properties like `MigrationJobName`, `Name`, and `SkipValidation`, allowing for detailed configuration of the restart request, and has two constructors for creating instances."],["The provided documentation includes a history of version releases, spanning from version 1.0.0 up to the current latest release of 2.5.0."]]],[]]