ExtensionScope Enum
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.
- Inheritance
-
ExtensionScope
Constructor
ExtensionScope(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
APPLICATION |
FUNCTION |
UNKNOWN |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python