WindowsJavaContainerSettings Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WindowsJavaContainerSettings
- com.
Implements
public final class WindowsJavaContainerSettings
implements JsonSerializable<WindowsJavaContainerSettings>
Windows Java Container settings.
Constructor Summary
Constructor | Description |
---|---|
WindowsJavaContainerSettings() |
Creates an instance of Windows |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
endOfLifeDate()
Get the end |
static
Windows |
fromJson(JsonReader jsonReader)
Reads an instance of Windows |
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 |
javaContainer()
Get the java |
String |
javaContainerVersion()
Get the java |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
WindowsJavaContainerSettings
public WindowsJavaContainerSettings()
Creates an instance of WindowsJavaContainerSettings class.
Method Details
endOfLifeDate
public OffsetDateTime endOfLifeDate()
Get the endOfLifeDate property: End-of-life date for the minor version.
Returns:
fromJson
public static WindowsJavaContainerSettings fromJson(JsonReader jsonReader)
Reads an instance of WindowsJavaContainerSettings 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:
javaContainer
public String javaContainer()
Get the javaContainer property: Java container (runtime only).
Returns:
javaContainerVersion
public String javaContainerVersion()
Get the javaContainerVersion property: Java container version (runtime only).
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java