public final class LinuxJavaContainerSettings extends Object
| Constructor and Description |
|---|
LinuxJavaContainerSettings() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
endOfLifeDate()
Get the endOfLifeDate property: End-of-life date for the minor version.
|
Boolean |
isAutoUpdate()
Get the isAutoUpdate property: <code>true</code> if the stack version is auto-updated; otherwise,
<code>false</code>.
|
Boolean |
isDeprecated()
Get the isDeprecated property: <code>true</code> if the stack is deprecated; otherwise,
<code>false</code>.
|
Boolean |
isEarlyAccess()
Get the isEarlyAccess property: <code>true</code> if the minor version is early-access; otherwise,
<code>false</code>.
|
Boolean |
isHidden()
Get the isHidden property: <code>true</code> if the stack should be hidden; otherwise,
<code>false</code>.
|
Boolean |
isPreview()
Get the isPreview property: <code>true</code> if the stack is in preview; otherwise,
<code>false</code>.
|
String |
java11Runtime()
Get the java11Runtime property: Java 11 version (runtime only).
|
String |
java8Runtime()
Get the java8Runtime property: Java 8 version (runtime only).
|
void |
validate()
Validates the instance.
|
public String java11Runtime()
public String java8Runtime()
public Boolean isPreview()
public Boolean isDeprecated()
public Boolean isHidden()
public OffsetDateTime endOfLifeDate()
public Boolean isAutoUpdate()
public Boolean isEarlyAccess()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.