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."],[[["This webpage details the `TargetPoolsRemoveHealthCheckRequest` class within the Google.Cloud.Compute.V1 namespace, primarily used for managing health check removals in target pools."],["The latest version available for the `TargetPoolsRemoveHealthCheckRequest` class is 3.6.0, while the content on this page is based on version 2.6.0, and includes versions back to 1.0.0."],["`TargetPoolsRemoveHealthCheckRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class includes a constructor that takes another `TargetPoolsRemoveHealthCheckRequest` object, allowing for object duplication."],["The `HealthChecks` property of this class, a `RepeatedField` of `HealthCheckReference` objects, allows one to specify the health check URL to remove, accepting partial and full URLs."]]],[]]