addJavaContainerApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addJavaContainerApp( name: string, image: string, imageTag?: string): JavaAppContainerResource;}Signature
method
addJavaContainerApp builder Adds a Java application to the application model. Executes the containerized Java app.
addJavaContainerApp( name: string, image: string, imageTag?: string): JavaAppContainerResourceParameters
name string image string imageTag string optional Returns
JavaAppContainerResource Applies to
This method applies to the following types: