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 Google Cloud VM Migration v1 API, specifically version 2.2.0."],["`DeleteMigratingVmRequest` is a request message used to delete a migrating virtual machine (VM) and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and one that accepts another `DeleteMigratingVmRequest` instance, to act as an alternate constructor."],["The `DeleteMigratingVmRequest` class has two properties: `MigratingVmName`, which is a typed view over the `Name` resource, and `Name`, which is a string representing the name of the MigratingVm that is required for the request."]]],[]]