public sealed class StopWorkstationRequest : IMessage<StopWorkstationRequest>, IEquatable<StopWorkstationRequest>, IDeepCloneable<StopWorkstationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Workstations v1 API class StopWorkstationRequest.
[[["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 `StopWorkstationRequest` class is part of the Cloud Workstations v1 API, used to request the stopping of a workstation, and is available in version 1.0.0 and later versions."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["It includes properties like `Etag`, `Name`, `ValidateOnly`, and `WorkstationName` to specify details about the workstation to be stopped and validation preferences."],["The class has two constructors, one for creating a new instance and another for creating a copy from an existing `StopWorkstationRequest` instance."],["The `Name` property is mandatory and specifies the name of the workstation targeted for stopping, while `Etag` and `ValidateOnly` are optional for version checking and previewing actions, respectively."]]],[]]