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-04-09 UTC."],[[["This webpage provides reference documentation for the `DeleteZoneOperationRequest` class within the Compute Engine v1 API for .NET, specifically version 3.3.0."],["The `DeleteZoneOperationRequest` class is used to create a request message for deleting a zone operation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, and includes several inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `DeleteZoneOperationRequest` class has properties for `Operation`, `Project`, and `Zone`, all of which are of string type and used to specify the operation to delete, the project ID, and the zone name respectively."],["The page also lists links to different versions of the documentation, ranging from version 1.0.0 up to the latest version 3.6.0."]]],[]]