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-04-09 UTC."],[[["Version 3.6.0 is the latest release for the `Google.Cloud.Compute.V1.TargetPoolsRemoveHealthCheckRequest`, while version 3.5.0 is the context of this current document."],["The `TargetPoolsRemoveHealthCheckRequest` class is part of the `Google.Cloud.Compute.V1` namespace within the Google.Cloud.Compute.V1.dll assembly."],["This class is designed to remove health check URLs from a target pool and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TargetPoolsRemoveHealthCheckRequest` class has a property named `HealthChecks`, which is a `RepeatedField` containing `HealthCheckReference` objects that holds the health check URLs to be removed."],["There are many versions of this class, starting from 1.0.0 all the way to the most recent version of 3.6.0."]]],[]]