JavaAppContainerResource Constructors
ClassConstructors1 member
A resource that represents a Java application.
Constructor(string, string?)Section titled Constructor(string, string?) A resource that represents a Java application.
public class JavaAppContainerResource{ public JavaAppContainerResource( string name, string? entrypoint = null) { // ... }}Parameters
namestringThe name of the resource.entrypointstring?optionalAn optional container entrypoint.