public sealed class TargetPoolsRemoveHealthCheckRequest : IMessage<TargetPoolsRemoveHealthCheckRequest>, IEquatable<TargetPoolsRemoveHealthCheckRequest>, IDeepCloneable<TargetPoolsRemoveHealthCheckRequest>, IBufferMessage, IMessage
public RepeatedField<HealthCheckReference> HealthChecks { get; }
Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
[[["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."],[[["The provided content is a documentation page for the `TargetPoolsRemoveHealthCheckRequest` class in the Google Cloud Compute V1 .NET library, specifically for version 2.3.0."],["The `TargetPoolsRemoveHealthCheckRequest` class is used to remove health check URLs from target pools and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the different available versions of the library, ranging from the latest (3.6.0) down to version 1.0.0, which links to the same class documentation for each version."],["The class has two constructors, a default constructor, and another that accepts a `TargetPoolsRemoveHealthCheckRequest` parameter for creating a new object based on the provided one."],["It exposes a `HealthChecks` property, which is a repeated field that allows setting the list of health check URLs to be removed from a target pool."]]],[]]