public sealed class GetHealthTargetPoolRequest : IMessage<GetHealthTargetPoolRequest>, IEquatable<GetHealthTargetPoolRequest>, IDeepCloneable<GetHealthTargetPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetHealthTargetPoolRequest.
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 provides documentation for the `GetHealthTargetPoolRequest` class within the Google Compute Engine v1 API, specifically for .NET developers."],["The `GetHealthTargetPoolRequest` class is used to send a request to get the health status of a target pool, as it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 3.6.0, but documentation is available for several previous versions, ranging down to version 1.0.0, so older versions can be seen too."],["Key properties of the `GetHealthTargetPoolRequest` class include `InstanceReferenceResource`, `Project`, `Region`, and `TargetPool`, which are all used for defining the request's target and scope."],["The page lists the GetHealthTargetPoolRequest class constructors, with the default one taking no parameters and another taking an existing GetHealthTargetPoolRequest object to duplicate."]]],[]]