addNodeApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addNodeApp( name: string, appDirectory: string, scriptPath: string): NodeAppResource;}Signature
method
addNodeApp builder Adds a node application to the application model. Node should be available on the PATH.
addNodeApp( name: string, appDirectory: string, scriptPath: string): NodeAppResourceParameters
name string appDirectory string scriptPath string Returns
NodeAppResource Applies to
This method applies to the following types: