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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe content details the \u003ccode\u003eTargetPoolsRemoveHealthCheckRequest\u003c/code\u003e class within the Google.Cloud.Compute.V1 namespace, presenting its implementation across various versions, with 3.6.0 being the latest version, down to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTargetPoolsRemoveHealthCheckRequest\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, detailing the interfaces and base class it works with.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one parameterless and one that takes another \u003ccode\u003eTargetPoolsRemoveHealthCheckRequest\u003c/code\u003e instance as a parameter, allowing for the creation of new instances or copies of existing ones.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHealthChecks\u003c/code\u003e property of the class is a \u003ccode\u003eRepeatedField<HealthCheckReference>\u003c/code\u003e that holds the health check URLs to be removed, supporting both full and partial URLs for health check identification.\u003c/p\u003e\n"],["\u003cp\u003eThe content shows that the class \u003ccode\u003eTargetPoolsRemoveHealthCheckRequest\u003c/code\u003e is located in the \u003ccode\u003eGoogle.Cloud.Compute.V1.dll\u003c/code\u003e assembly, and can be referenced from there.\u003c/p\u003e\n"]]],[],null,[]]