addPythonModule
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addPythonModule( name: string, appDirectory: string, moduleName: string): PythonAppResource;}Signature
method
addPythonModulebuilderAdds a Python module to the application model.
addPythonModule( name: string, appDirectory: string, moduleName: string): PythonAppResourceParameters
namestringappDirectorystringmoduleNamestringReturns
PythonAppResourceApplies to
This method applies to the following types: