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."],[[["The `GetHealthTargetPoolRequest` class is a request message for `TargetPools.GetHealth`, used to query the health status of a target pool."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The latest version of this API is 3.6.0, with multiple historical versions available from 1.0.0 onwards, and version 1.3.0 being the referenced document's version."],["The `GetHealthTargetPoolRequest` class includes properties such as `InstanceReferenceResource`, `Project`, `Region`, and `TargetPool`, allowing the specification of the context for the health query."],["The class has 2 constructors, one default and one that takes in another `GetHealthTargetPoolRequest` object as a parameter."]]],[]]