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