JavaAppContainerResource Constructors
Class Constructors 1 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
name string The name of the resource. entrypoint string? optional An optional container entrypoint.