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 latest version of the `TargetPoolsRemoveHealthCheckRequest` is 3.6.0, with a wide range of prior versions available, from 3.5.0 down to 1.0.0."],["`TargetPoolsRemoveHealthCheckRequest` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, `TargetPoolsRemoveHealthCheckRequest`, is found within the `Google.Cloud.Compute.V1` namespace, part of the Google Cloud Compute API."],["The `HealthChecks` property of the `TargetPoolsRemoveHealthCheckRequest` class, of type `RepeatedField\u003cHealthCheckReference\u003e`, is used to define the health check URLs that will be removed."],["The class `TargetPoolsRemoveHealthCheckRequest` has two constructors: one default constructor, and another that take another `TargetPoolsRemoveHealthCheckRequest` object."]]],[]]