public sealed class GetWorkstationConfigRequest : IMessage<GetWorkstationConfigRequest>, IEquatable<GetWorkstationConfigRequest>, IDeepCloneable<GetWorkstationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Workstations v1 API class GetWorkstationConfigRequest.
[[["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."],[[["This document provides reference information for the `GetWorkstationConfigRequest` class within the Cloud Workstations v1 API, specifically for version 1.0.0 and onwards to the latest, 1.3.0."],["`GetWorkstationConfigRequest` is a request message used for retrieving a workstation configuration and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetWorkstationConfigRequest` class inherits from the base `object` class and includes properties such as `Name` and `WorkstationConfigName`, to specify the resource being targeted."],["There are two constructors for `GetWorkstationConfigRequest`: a parameterless constructor, and one that takes another `GetWorkstationConfigRequest` object."],["The class includes inherited members like `GetHashCode`, `GetType`, and `ToString`, which are standard methods inherited from the `object` base class."]]],[]]