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 details the `TargetPoolsRemoveHealthCheckRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for version 3.4.0."],["The `TargetPoolsRemoveHealthCheckRequest` class is used to remove health checks from target pools, as indicated by its name and purpose, with the latest version being 3.6.0."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffer management."],["The `HealthChecks` property is a `RepeatedField` that stores the URLs of the health checks to be removed, accepting full or partial URLs for health check references."],["The webpage also lists multiple previous versions of the `TargetPoolsRemoveHealthCheckRequest`, from 1.0.0 to 3.6.0, allowing users to navigate to the documentation for any specific version."]]],[]]