public sealed class DeleteMigratingVmRequest : IMessage<DeleteMigratingVmRequest>, IEquatable<DeleteMigratingVmRequest>, IDeepCloneable<DeleteMigratingVmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class DeleteMigratingVmRequest.
[[["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 webpage provides documentation for the `DeleteMigratingVmRequest` class within the VM Migration v1 API for .NET, specifically version 2.5.0."],["`DeleteMigratingVmRequest` is used to construct request messages for deleting a migrating VM and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteMigratingVmRequest` class has two constructors: a default constructor and a copy constructor that takes another `DeleteMigratingVmRequest` object."],["The class contains two properties: `MigratingVmName`, which is a strongly-typed view of the resource name, and `Name`, which represents the name of the MigratingVm to be deleted."],["The documentation covers versions ranging from 1.0.0 to the latest 2.6.0, alongside the present version 2.5.0."]]],[]]