Skip to content
DocsTry Aspire
DocsTry

JavaAppContainerResource Constructors

ClassConstructors1 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)
{
// ...
}
}
namestringThe name of the resource.
entrypointstring?optionalAn optional container entrypoint.