public sealed class TargetPoolsAddHealthCheckRequest : IMessage<TargetPoolsAddHealthCheckRequest>, IEquatable<TargetPoolsAddHealthCheckRequest>, IDeepCloneable<TargetPoolsAddHealthCheckRequest>, IBufferMessage, IMessage
[[["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-24 UTC."],[[["This webpage details the `TargetPoolsAddHealthCheckRequest` class within the Google Cloud Compute V1 .NET library, specifically version 1.1.0."],["The `TargetPoolsAddHealthCheckRequest` class, which inherits from `Object`, allows for the addition of health checks to target pools and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor and a `HealthChecks` property, which is a `RepeatedField` of `HealthCheckReference`, used to specify the health checks to be added to the target pool."],["The documentation provides a list of all available versions of `TargetPoolsAddHealthCheckRequest`, ranging from the latest 3.6.0 down to 1.0.0, with links to each version's specific documentation."]]],[]]