JavaAppContainerResourceOptions
Class net10.0
This represents the options entity for configuring a Java application running in a container.
namespace Aspire.Hosting.ApplicationModel;
public class JavaAppContainerResourceOptions{ // ...} 8 members
Constructors1
Section titled ConstructorsProperties7
Section titled PropertiesArgsget; setstring[]? Gets or sets the arguments to pass to the Java application.
ContainerImageNameget; setstring? Gets or sets the container image name.
ContainerImageTagget; setstring Gets or sets the container image tag. Default is
latest. ContainerRegistryget; setstring? Gets or sets the container registry. Default is
docker.io. OtelAgentPathget; setstring? Gets or sets the OpenTelemetry Java Agent path.
Portget; setint Gets or sets the port number. Default is
8080. TargetPortget; setint Gets or sets the target port number. Default is
8080.