LinuxJavaContainerSettings Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. LinuxJavaContainerSettings
- com.
Implements
public final class LinuxJavaContainerSettings
implements JsonSerializable<LinuxJavaContainerSettings>
Linux Java Container settings.
Constructor Summary
Constructor | Description |
---|---|
LinuxJavaContainerSettings() |
Creates an instance of Linux |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
endOfLifeDate()
Get the end |
static
Linux |
fromJson(JsonReader jsonReader)
Reads an instance of Linux |
Boolean |
isAutoUpdate()
Get the is |
Boolean |
isDeprecated()
Get the is |
Boolean |
isEarlyAccess()
Get the is |
Boolean |
isHidden()
Get the is |
Boolean |
isPreview()
Get the is |
String |
java11Runtime()
Get the java11Runtime property: Java 11 version (runtime only). |
String |
java8Runtime()
Get the java8Runtime property: Java 8 version (runtime only). |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
LinuxJavaContainerSettings
public LinuxJavaContainerSettings()
Creates an instance of LinuxJavaContainerSettings class.
Method Details
endOfLifeDate
public OffsetDateTime endOfLifeDate()
Get the endOfLifeDate property: End-of-life date for the minor version.
Returns:
fromJson
public static LinuxJavaContainerSettings fromJson(JsonReader jsonReader)
Reads an instance of LinuxJavaContainerSettings from the JsonReader.
Parameters:
Returns:
Throws:
isAutoUpdate
public Boolean isAutoUpdate()
Get the isAutoUpdate property: true
if the stack version is auto-updated; otherwise, false
.
Returns:
isDeprecated
public Boolean isDeprecated()
Get the isDeprecated property: true
if the stack is deprecated; otherwise, false
.
Returns:
isEarlyAccess
public Boolean isEarlyAccess()
Get the isEarlyAccess property: true
if the minor version is early-access; otherwise, false
.
Returns:
isHidden
public Boolean isHidden()
Get the isHidden property: true
if the stack should be hidden; otherwise, false
.
Returns:
isPreview
public Boolean isPreview()
Get the isPreview property: true
if the stack is in preview; otherwise, false
.
Returns:
java11Runtime
public String java11Runtime()
Get the java11Runtime property: Java 11 version (runtime only).
Returns:
java8Runtime
public String java8Runtime()
Get the java8Runtime property: Java 8 version (runtime only).
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java