Skip to content
Docs Try Aspire

JavaAppContainerResource Constructors

Class Constructors 1 member
A resource that represents a Java application.
A resource that represents a Java application.
public class JavaAppContainerResource
{
public JavaAppContainerResource(
string name,
string? entrypoint = null)
{
// ...
}
}
name string The name of the resource.
entrypoint string? optional An optional container entrypoint.