extension_scope Module
Enums
ExtensionScope |
There are two valid scopes of the worker extension framework. UNKNOWN: If an extension does not have the _scope field defined, the extension is in the unknown scope. This marks the extension in an invalid state. APPLICATION: It is injected in AppExtensionBase._scope. Any implementation of AppExtensionBase will be applied into all triggers. FUNCTION: It is injected in FuncExtensionBase._scope. Any implementation of FuncExtensionBase requires initialization in customer's function app trigger. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python