简体   繁体   中英

Using IBinder in Azure Functions Typescript?

Is it possible to use the IBinder functionality (or what's the best way to mimic it) in azure functions running in typescript or javascript?

https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library

Please refer to this doc .

Azure Function only support imperative binding pattern in C# and other .Net languages. So your idea cannot be realized. You still need to use declarative bindings.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM