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-04-02 UTC."],[[["This webpage provides reference documentation for the `HealthCheckReference` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version documented is 3.6.0, with multiple historical versions available ranging down to version 1.0.0."],["The `HealthCheckReference` class represents a reference to a health check using a URL or partial URL, which can be either full or validly partial."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `HealthCheckReference` class has properties such as `HasHealthCheck` (a boolean indicating if the `health_check` field is set) and `HealthCheck` (a string representing the health check URL)."]]],[]]