public sealed class DeleteZoneOperationRequest : IMessage<DeleteZoneOperationRequest>, IEquatable<DeleteZoneOperationRequest>, IDeepCloneable<DeleteZoneOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteZoneOperationRequest.
A request message for ZoneOperations.Delete. See the method description for details.
[[["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-24 UTC."],[[["This document provides reference information for the `DeleteZoneOperationRequest` class within the Compute Engine v1 API for .NET, specifically version 2.2.0."],["The `DeleteZoneOperationRequest` class is used to send a request to delete a ZoneOperation, and it inherits from various interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the document is version 3.6.0 and there are also available versions going as far back as 1.0.0 which you can access through their respective links."],["The class has properties for specifying the `Operation`, `Project`, and `Zone` associated with the deletion request."],["The documentation details the constructors of the `DeleteZoneOperationRequest` class, including the default constructor and a copy constructor that takes another `DeleteZoneOperationRequest` instance as a parameter."]]],[]]