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

app_extension_base Module

Classes

AppExtensionBase

An abstract class defines the global life-cycle hooks to be implemented by customer's extension, will be applied to all functions.

An AppExtension should be treated as a static class. Must not contain init method since it is not instantiable.

Please place your initialization code in init() classmethod, consider accepting extension settings in configure() classmethod from customers.