public static void BindService(ServiceBinderBase serviceBinder, RegionInstanceGroupManagers.RegionInstanceGroupManagersBase 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."],[[["This page provides documentation for the `RegionInstanceGroupManagers` class within the Google.Cloud.Compute.V1 namespace, specifically for the .NET environment, with version 3.5.0 being the current focus but links to other versions being available."],["The latest version available for this class is 3.6.0, and a historical range of versions, down to 1.0.0, are also accessible through links listed on this page."],["The `RegionInstanceGroupManagers` class is part of the Compute Engine v1 API and inherits members from the base `object` class."],["This class includes `BindService` methods for creating and registering service definitions with a server or a service binder, and these methods can be used to control the handling logic of the server-side."],["The `BindService` methods take either a `RegionInstanceGroupManagersBase` or `ServiceBinderBase` object as parameters, and are used for binding the service implementation with or without implementation respectively."]]],[]]