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."],[[["The latest version of the `DeleteMigratingVmRequest` class is 2.6.0, and it is part of the VM Migration v1 API."],["This class is a request message used to delete a migrating virtual machine (VM) and is the input for the 'DeleteMigratingVm' operation."],["The `DeleteMigratingVmRequest` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `MigratingVmName` (a typed resource name view) and `Name` (the string-based name of the migrating VM to delete), with `Name` being a required field."],["This class is defined within the `Google.Cloud.VMMigration.V1` namespace and is part of the `Google.Cloud.VMMigration.V1.dll` assembly."]]],[]]