public sealed class StopMigrationJobRequest : IMessage<StopMigrationJobRequest>, IEquatable<StopMigrationJobRequest>, IDeepCloneable<StopMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class StopMigrationJobRequest.
[[["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 `StopMigrationJobRequest` class is used to create a request to stop 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 `StopMigrationJobRequest` is 2.5.0, with multiple prior versions also documented, ranging down to version 1.0.0."],["`StopMigrationJobRequest` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for extensive usage."],["The `StopMigrationJobRequest` has properties such as `MigrationJobName` and `Name`, where it accepts the name of the migration job resource to be stopped."]]],[]]