addPythonApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addPythonApp( name: string, appDirectory: string, scriptPath: string): PythonAppResource;}Signature
method
addPythonApp builder Adds a Python application to the application model.
addPythonApp( name: string, appDirectory: string, scriptPath: string): PythonAppResourceParameters
name string appDirectory string scriptPath string Returns
PythonAppResource Applies to
This method applies to the following types: