public sealed class ResumeMigrationJobRequest : IMessage<ResumeMigrationJobRequest>, IEquatable<ResumeMigrationJobRequest>, IDeepCloneable<ResumeMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class ResumeMigrationJobRequest.
[[["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 `ResumeMigrationJobRequest` class is used to create a request to resume a migration job in the Database Migration v1 API."],["This class is part of the `Google.Cloud.CloudDms.V1` namespace and is found in the `Google.Cloud.CloudDms.V1.dll` assembly."],["The latest version of `ResumeMigrationJobRequest` is 2.5.0, and the documentation also includes previous versions ranging from 2.4.0 to 1.0.0."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `MigrationJobName` (a typed view) and `Name` (a string) which define the name of the migration job to be resumed."]]],[]]