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. |
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