addJavaApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addJavaApp( name: string, workingDirectory: string): JavaAppExecutableResource;}Signature
method
addJavaApp builder Adds a Java application to the application model. Executes the executable Java app.
addJavaApp( name: string, workingDirectory: string): JavaAppExecutableResourceParameters
name string workingDirectory string Returns
JavaAppExecutableResource Applies to
This method applies to the following types: