addPythonExecutable
Function
interface IDistributedApplicationBuilder { // ... omitted for brevity addPythonExecutable( name: string, appDirectory: string, executableName: string): PythonAppResource;}Signature
method
addPythonExecutable builder Adds a Python executable application resource
addPythonExecutable( name: string, appDirectory: string, executableName: string): PythonAppResourceParameters
name string appDirectory string executableName string Returns
PythonAppResource Applies to
This function is an extension method on the following types: