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 reference documentation for the `DeleteMigratingVmRequest` class within the VM Migration v1 API, specifically version 2.4.0, which is part of the `Google.Cloud.VMMigration.V1` namespace."],["The `DeleteMigratingVmRequest` class is a request message for deleting a migrating VM and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes an instance of `DeleteMigratingVmRequest` to construct a new object."],["`DeleteMigratingVmRequest` has two main properties, `MigratingVmName` for a typed view over the resource name and `Name` for the string representation of the MigratingVm's name, both necessary for correctly referencing a migrating VM."],["The page contains a listing of previous versions available for reference, including the most recent 2.6.0 version."]]],[]]