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-31 UTC."],[[["The latest version available for the Google.Cloud.Compute.V1 API is 3.6.0, with various previous versions accessible, ranging down to version 1.0.0."],["This webpage details the `HealthCheckReference` class within the Compute Engine v1 API, providing reference documentation and code samples for it."],["The `HealthCheckReference` class can represent a full or partial URL to a health check, such as `\u003chttps://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check\u003e`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`HealthCheckReference` has a constructor that can be used to make a new HealthCheckReference, or one that takes in an existing `HealthCheckReference`, alongside properties like `HasHealthCheck` (bool) and `HealthCheck` (string)."]]],[]]