public sealed class WorkerReleasedEvent : IMessage<WorkerReleasedEvent>, IEquatable<WorkerReleasedEvent>, IDeepCloneable<WorkerReleasedEvent>, IBufferMessage, IMessage
An event generated when the worker VM that was assigned to the pipeline
has been released (deleted).
[[["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 `WorkerReleasedEvent` class represents an event triggered when a worker VM assigned to a pipeline is released (deleted)."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various data handling and manipulation operations."],["`WorkerReleasedEvent` has two constructors and provides two properties: `Instance`, which specifies the worker's instance name, and `Zone`, which indicates the zone where the worker was running."],["The latest version available for `WorkerReleasedEvent` is 2.0.0-beta06."]]],[]]