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 content pertains to the `TargetPoolsRemoveHealthCheckRequest` class within the Google Cloud Compute V1 library for .NET, with version 3.6.0 being the latest and 2.11.0 being the specific version highlighted."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and data manipulation."],["The class has two constructors, one default and one that accepts another `TargetPoolsRemoveHealthCheckRequest` object as a parameter for copying values."],["A key property of this class is `HealthChecks`, a `RepeatedField` of `HealthCheckReference`, which holds the URLs of health checks to be removed."],["The content lists a comprehensive range of versions for the `TargetPoolsRemoveHealthCheckRequest`, ranging from 1.0.0 up to the most recent 3.6.0."]]],[]]