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