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, which is used for requesting health information about target pools in Google Cloud Compute V1."],["The `GetHealthTargetPoolRequest` class is available in the `Google.Cloud.Compute.V1` namespace, as part of the `Google.Cloud.Compute.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison within the .NET environment."],["There are multiple versions available, with version 3.6.0 being the latest, and the webpage lists a comprehensive range of previous versions from 1.0.0 up to the latest release."],["The class has properties such as `InstanceReferenceResource`, `Project`, `Region`, and `TargetPool`, allowing the specification of details about the request, such as which instance and target pool in a given project and region should be considered."]]],[]]