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."],[[["This webpage provides documentation for the `TargetPoolsRemoveHealthCheckRequest` class in the `Google.Cloud.Compute.V1` namespace, specifically for version 1.3.0."],["The `TargetPoolsRemoveHealthCheckRequest` class is part of the Google Cloud Compute API and is used to manage health check removals from target pools."],["The documentation outlines the class's inheritance, which includes implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It lists the available constructors for the `TargetPoolsRemoveHealthCheckRequest` class, including a default constructor and one that takes another `TargetPoolsRemoveHealthCheckRequest` object as a parameter."],["The webpage is an index for several versions, with the latest being 3.6.0, and has versions listed as far back as 1.0.0, showcasing a version history."]]],[]]