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