你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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