public sealed class VerifyMigrationJobRequest : IMessage<VerifyMigrationJobRequest>, IEquatable<VerifyMigrationJobRequest>, IDeepCloneable<VerifyMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class VerifyMigrationJobRequest.
[[["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 `VerifyMigrationJobRequest` class within the Database Migration v1 API."],["The `VerifyMigrationJobRequest` class is used to send requests for verifying a migration job, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.5.0, with a series of previous versions also listed, ranging down to version 1.0.0."],["Key properties of `VerifyMigrationJobRequest` include `MigrationJobName` (typed view over the resource name) and `Name` (the string name of the migration job to be verified)."],["The document details the constructors for `VerifyMigrationJobRequest`, which includes a default constructor and one that takes another `VerifyMigrationJobRequest` as a parameter."]]],[]]