public static void BindService(ServiceBinderBase serviceBinder, OsConfigZonalService.OsConfigZonalServiceBase 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-21 UTC."],[[["The `OsConfigZonalService` class is part of the Zonal OS Config API, which enables the management of package installations and patch jobs for Compute Engine VM instances."],["This class is located within the `Google.Cloud.OsConfig.V1Alpha` namespace and is available in the `Google.Cloud.OsConfig.V1Alpha.dll` assembly."],["The `BindService` method is used to create a service definition for registration with a server, accepting an `OsConfigZonalService.OsConfigZonalServiceBase` object as an implementation."],["Another `BindService` method is available for registering service methods with a `ServiceBinderBase`, allowing for custom binding logic, as part of an experimental API."],["The latest version of this service is 2.0.0-alpha06, which is documented on a different page, while the present page covers the 1.0.0-alpha04 release."]]],[]]