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 part of the Google Cloud VM Migration .NET library (version 2.1.0)."],["The `DeleteMigratingVmRequest` class is a request message used for initiating a 'DeleteMigratingVm' operation, inheriting from Object and implementing several interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The class has two constructors: a default one, and another that accepts an existing `DeleteMigratingVmRequest` object for creating a copy, and it contains properties such as `MigratingVmName` (a strongly-typed name) and `Name` (a string)."],["It also provides access to the previous versions of this class, with the latest one being version 2.6.0, and the oldest one being 1.0.0, which can be accessed via their respective hyperlinks."]]],[]]