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, presenting documentation across multiple versions ranging from 1.0.0 to the latest 3.6.0."],["The `GetHealthTargetPoolRequest` class is a request message used for the `TargetPools.GetHealth` method, and it inherits from `Object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetHealthTargetPoolRequest` class include `InstanceReferenceResource`, `Project`, `Region`, and `TargetPool`, which are used to define the parameters for querying the health of a target pool."],["The page provides constructors, `GetHealthTargetPoolRequest()`, and `GetHealthTargetPoolRequest(GetHealthTargetPoolRequest)`, to instantiate a new request, along with information about inherited members and the associated assembly `Google.Cloud.Compute.V1.dll`."]]],[]]