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.
Fields
APPLICATION |
FUNCTION |
UNKNOWN |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python