public sealed class WaitZoneOperationRequest : IMessage<WaitZoneOperationRequest>, IEquatable<WaitZoneOperationRequest>, IDeepCloneable<WaitZoneOperationRequest>, IBufferMessage, IMessage
A request message for ZoneOperations.Wait. 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 `WaitZoneOperationRequest` class is used to send a request message for `ZoneOperations.Wait`, as detailed in the method's description."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and data management."],["The `WaitZoneOperationRequest` class features constructors for creating new instances, either empty or cloned from an existing instance."],["The class contains properties such as `Operation`, `Project`, and `Zone`, which are strings used to specify the details of the operation being requested, the project ID, and the zone name respectively."],["The documentation covers various versions of `WaitZoneOperationRequest`, with version 3.6.0 being the latest, and the provided content contains versions ranging from 1.0.0 to 3.6.0, for reference."]]],[]]