public static void BindService(ServiceBinderBase serviceBinder, HealthChecks.HealthChecksBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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-09 UTC."],[[["The `HealthChecks` class, part of the Google Cloud Compute Engine v1 API, provides functionalities related to health checks and is under the namespace `Google.Cloud.Compute.V1`."],["The most recent stable version of `HealthChecks` is 3.6.0, and the available versions range from 1.0.0 to 3.6.0, each with its own documentation link."],["The `HealthChecks` class includes methods like `BindService`, which allows for registering service definitions with a server, accepting either `HealthChecks.HealthChecksBase` or a `ServiceBinderBase` along with `HealthChecks.HealthChecksBase`."],["The `HealthChecks` API class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]