public sealed class CancelCloneJobRequest : IMessage<CancelCloneJobRequest>, IEquatable<CancelCloneJobRequest>, IDeepCloneable<CancelCloneJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class CancelCloneJobRequest.
[[["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."],[[["Version 2.6.0 is the latest available version, with 2.5.0 as the current version displayed on the webpage, and older versions ranging from 2.4.0 down to 1.0.0."],["The `CancelCloneJobRequest` class is part of the VM Migration v1 API and is used to create a request for canceling a clone job."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing support for various functionalities like deep cloning and message handling."],["The class has properties such as `CloneJobName`, which is a typed view over the `Name`, and `Name`, which is a required string representing the clone job's identifier."],["There are two constructors available for the `CancelCloneJobRequest` class: a default constructor and a copy constructor, allowing object creation from existing `CancelCloneJobRequest` instances."]]],[]]