public static void BindService(ServiceBinderBase serviceBinder, Autoscalers.AutoscalersBase 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-03-31 UTC."],[[["The latest version available for the Autoscalers API within the Google.Cloud.Compute.V1 namespace is 3.6.0, with a history of versions ranging down to 1.0.0, which is accessible through their respective links."],["The Autoscalers class is part of the Google.Cloud.Compute.V1 namespace and is found within the Google.Cloud.Compute.V1.dll assembly, extending from the base Object class and inheriting its core methods."],["The primary functionality of the Autoscalers API includes methods for binding services, allowing for the creation of service definitions and registration with a server, via the `BindService` methods."],["There are two overloaded `BindService` methods, one allowing for creation of a `ServerServiceDefinition` and another that allows custom binding logic using a `ServiceBinderBase`."],["The `BindService` methods take an object of type `Autoscalers.AutoscalersBase` to apply server-side logic to the service implementation."]]],[]]