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-21 UTC."],[[["The `TargetPoolsRemoveHealthCheckRequest` class is a part of the `Google.Cloud.Compute.V1` namespace, used for managing target pool health checks."],["Version 3.6.0 is the latest release, with a history of versions ranging back to 1.0.0, each accessible through links provided on the page."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `HealthChecks`, a `RepeatedField` that can contain multiple health check references."],["The class provides two constructors: a default constructor and one that takes another `TargetPoolsRemoveHealthCheckRequest` instance as a parameter for cloning."]]],[]]