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