public sealed class HealthCheckReference : IMessage<HealthCheckReference>, IEquatable<HealthCheckReference>, IDeepCloneable<HealthCheckReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class HealthCheckReference.
[[["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 provides reference documentation for the `HealthCheckReference` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The `HealthCheckReference` class represents a URL to a health check, which can be a full URL or a partial URL."],["The page lists the available versions of the API, with version 3.6.0 being the latest and a full history of 29 previous versions going back to version 1.0.0."],["The `HealthCheckReference` class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HealthCheckReference` class has two constructors, a default one `HealthCheckReference()` and a copy constructor `HealthCheckReference(HealthCheckReference other)`, along with properties such as `HasHealthCheck` (a boolean) and `HealthCheck` (a string)."]]],[]]