public sealed class DeleteMigratingVmRequest : IMessage<DeleteMigratingVmRequest>, IEquatable<DeleteMigratingVmRequest>, IDeepCloneable<DeleteMigratingVmRequest>, IBufferMessage, IMessage
[[["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, which is used to create requests to delete a migrating virtual machine in Google Cloud's VM Migration service."],["The `DeleteMigratingVmRequest` class has been implemented with several interfaces to extend its capabilities like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `Object` class."],["The documentation includes information on the available versions of the `DeleteMigratingVmRequest`, ranging from the latest `2.6.0` down to `1.0.0`."],["Two constructors are available: a default constructor and a constructor that accepts another `DeleteMigratingVmRequest` object for copying."],["Key properties include `MigratingVmName`, which provides a typed view of the virtual machine name, and `Name`, which is a required string property for specifying the migrating VM's name."]]],[]]