public sealed class GetHealthTargetPoolRequest : IMessage<GetHealthTargetPoolRequest>, IEquatable<GetHealthTargetPoolRequest>, IDeepCloneable<GetHealthTargetPoolRequest>, IBufferMessage, IMessage
A request message for TargetPools.GetHealth. 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."],[[["This webpage details the `GetHealthTargetPoolRequest` class within the `Google.Cloud.Compute.V1` namespace, primarily focusing on its structure, inheritance, and implementation."],["The `GetHealthTargetPoolRequest` class is a request message used for `TargetPools.GetHealth`, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the associated library is 3.6.0, and the page lists versioned links to the documentation for previous versions, including every version from 3.6.0 back to 1.0.0."],["The `GetHealthTargetPoolRequest` class has two constructors, a default one and an overloaded constructor that takes in another `GetHealthTargetPoolRequest` object, for easy instantiation and copying of the object."],["The `GetHealthTargetPoolRequest` class includes properties such as `InstanceReferenceResource`, `Project`, `Region`, and `TargetPool`, enabling the specification of parameters in the `TargetPools.GetHealth` request."]]],[]]