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."],[[["The `HealthCheckReference` class represents a reference to a health check, which can be specified by a full or partial URL."],["The latest available version for this documentation is 3.6.0, but the current page's content is based on version 2.1.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["The `HealthCheckReference` class provides two constructors, a default constructor and another one that accepts an existing `HealthCheckReference` object."],["It also includes the properties `HasHealthCheck` for checking if the \"health_check\" field is set, and `HealthCheck` to get or set the string value of a health check."]]],[]]