durable_app Module
Classes
| Blueprint |
Durable Functions (DF) Blueprint container. It allows functions to be declared via trigger and binding decorators, but does not automatically index/register these functions. To register these functions, utilize the register_functions method from any <xref:azure.durable_functions.decorators.durable_app.FunctionRegister> subclass, such as DFApp. Instantiate a Durable Functions app with which to register Functions. |
| DFApp |
Durable Functions (DF) app. Exports the decorators required to declare and index DF Function-types. Instantiate a Durable Functions app with which to register Functions. |