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 Compute Engine v1 API, specifically for .NET development, spanning versions from 1.0.0 to the latest 3.6.0."],["The `HealthCheckReference` class represents a URL to a health check and can include a full or partial URL, such as `https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check`, `projects/project-id/global/httpHealthChecks/health-check`, or `global/httpHealthChecks/health-check`."],["The `HealthCheckReference` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object` and offering methods like `GetHashCode`, `GetType`, and `ToString`."],["The class includes two constructors, a default constructor, and one that accepts another HealthCheckReference."],["The properties found in this class are `HasHealthCheck`, which checks if the field is set, and `HealthCheck` which returns a string."]]],[]]