WindowsJavaContainerSettingsOutput interface
Windows Java Container settings.
Properties
| end |
End-of-life date for the minor version. |
| is |
|
| is |
|
| is |
|
| is |
|
| is |
|
| java |
Java container (runtime only). |
| java |
Java container version (runtime only). |
Property Details
endOfLifeDate
End-of-life date for the minor version.
endOfLifeDate?: string
Property Value
string
isAutoUpdate
true if the stack version is auto-updated; otherwise, false.
isAutoUpdate?: boolean
Property Value
boolean
isDeprecated
true if the stack is deprecated; otherwise, false.
isDeprecated?: boolean
Property Value
boolean
isEarlyAccess
true if the minor version is early-access; otherwise, false.
isEarlyAccess?: boolean
Property Value
boolean
isHidden
true if the stack should be hidden; otherwise, false.
isHidden?: boolean
Property Value
boolean
isPreview
true if the stack is in preview; otherwise, false.
isPreview?: boolean
Property Value
boolean
javaContainer
Java container (runtime only).
javaContainer?: string
Property Value
string
javaContainerVersion
Java container version (runtime only).
javaContainerVersion?: string
Property Value
string