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-21 UTC."],[[["The `DeleteZoneOperationRequest` class is used to send a request to delete a specific operation in a given zone within the Compute Engine v1 API."],["The latest version documented is 3.6.0, and the webpage lists versions ranging from 1.0.0 up to the latest 3.6.0, with each version having its own specific URL for the documentation of the `DeleteZoneOperationRequest`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The `DeleteZoneOperationRequest` class has properties, `Operation`, `Project`, and `Zone`, to specify the operation to delete, the project ID, and the zone name respectively."],["The class inherits from the base Object class and exposes methods like GetHashCode, GetType, MemberwiseClone and ToString."]]],[]]