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 provided content outlines the different versions of the `TargetPoolsRemoveHealthCheckRequest` class, starting from version 1.0.0 up to the latest version 3.6.0, accessible via their respective URLs."],["`TargetPoolsRemoveHealthCheckRequest` class is part of the `Google.Cloud.Compute.V1` namespace and implemented the interfaces of IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes a constructor `TargetPoolsRemoveHealthCheckRequest` which also takes another `TargetPoolsRemoveHealthCheckRequest` as a parameter, and it has a `HealthChecks` property of type `RepeatedField\u003cHealthCheckReference\u003e`."],["The `HealthChecks` property allows for managing a collection of health check URLs to be removed, supporting both full and partial URLs."],["This class inherits from `Object`, and it contains information about inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]