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 for versions ranging from 1.0.0 to the latest 3.6.0."],["`DeleteZoneOperationRequest` is used for requests to delete a zone operation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteZoneOperationRequest` class has constructors to create new instances, either default or by cloning another request."],["The class properties include `Operation`, `Project`, and `Zone`, which are all strings that specify the details of the zone operation to be deleted, including the project and zone."],["The class is within the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]