public sealed class GetTargetPoolRequest : IMessage<GetTargetPoolRequest>, IEquatable<GetTargetPoolRequest>, IDeepCloneable<GetTargetPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetPoolRequest.
A request message for TargetPools.Get. 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."],[[["The page provides reference documentation for the `GetTargetPoolRequest` class within the Compute Engine v1 API for .NET."],["Version 3.6.0 is the latest version, with various other previous versions ranging from 3.5.0 down to 1.0.0 also available for this class."],["`GetTargetPoolRequest` class is a request message for retrieving a specific TargetPool, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Project`, `Region`, and `TargetPool` which are string types and are used to define the scope of the request."],["There are two constructors available for the class, a parameterless one, and another that takes a `GetTargetPoolRequest` object as a parameter."]]],[]]