public sealed class HealthCheckReference : IMessage<HealthCheckReference>, IEquatable<HealthCheckReference>, IDeepCloneable<HealthCheckReference>, IBufferMessage, IMessage
[[["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 documentation for the `HealthCheckReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, and implemented interfaces."],["The latest version available is 3.6.0, and the page lists several previous versions of the `Google.Cloud.Compute.V1` package, ranging from 1.0.0 up to 3.6.0, with corresponding links to their individual documentation pages."],["The `HealthCheckReference` class is designed to represent a reference to a health check and can be defined using complete or partial URLs, such as those starting with https://www.googleapis.com or simply \"global/httpHealthChecks/health-check\"."],["The `HealthCheckReference` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in different contexts, while also inheriting from the `Object` class."],["The class offers a `HealthCheck` property of type `string` which contains the url of a health check, alongside a boolean `HasHealthCheck` property to check whether the url has been set or not."]]],[]]