public sealed class CancelCutoverJobRequest : IMessage<CancelCutoverJobRequest>, IEquatable<CancelCutoverJobRequest>, IDeepCloneable<CancelCutoverJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class CancelCutoverJobRequest.
[[["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 page provides documentation for the `CancelCutoverJobRequest` class within the VM Migration v1 API for .NET."],["The `CancelCutoverJobRequest` class is used to send requests to cancel a cutover job."],["The latest version of the documentation is for version 2.6.0, and historical versions dating back to 1.0.0 are available."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, deep cloning, and buffer management."],["It includes properties like `CutoverJobName` and `Name` for identifying the cutover job to be cancelled."]]],[]]