public static void BindService(ServiceBinderBase serviceBinder, Provisioning.ProvisioningBase 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-09-04 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eProvisioning\u003c/code\u003e class within the Apigee Registry v1 API, specifically for the .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProvisioning\u003c/code\u003e class is used for managing the data plane provisioning of the Apigee Registry.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method creates a service definition that can be registered with a server, taking a \u003ccode\u003eProvisioningBase\u003c/code\u003e object as input.\u003c/p\u003e\n"],["\u003cp\u003eAnother overloaded \u003ccode\u003eBindService\u003c/code\u003e method registers a service method with a service binder, allowing for customization of the service binding logic.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eProvisioning\u003c/code\u003e class is 1.0.0-beta07, with 1.0.0-beta06 also being accessible.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class Provisioning (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.Provisioning)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.Provisioning) \n\n public static class Provisioning\n\nReference documentation and code samples for the Apigee Registry v1 API class Provisioning.\n\nThe service that is used for managing the data plane provisioning of the\nRegistry. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Provisioning \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ApigeeRegistry.V1](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeRegistry.V1.dll\n\nMethods\n-------\n\n### BindService(ProvisioningBase)\n\n public static ServerServiceDefinition BindService(Provisioning.ProvisioningBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, ProvisioningBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, Provisioning.ProvisioningBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]