Share via


WindowsJavaContainerSettingsOutput interface

Windows Java Container settings.

Properties

endOfLifeDate

End-of-life date for the minor version.

isAutoUpdate

true if the stack version is auto-updated; otherwise, false.

isDeprecated

true if the stack is deprecated; otherwise, false.

isEarlyAccess

true if the minor version is early-access; otherwise, false.

isHidden

true if the stack should be hidden; otherwise, false.

isPreview

true if the stack is in preview; otherwise, false.

javaContainer

Java container (runtime only).

javaContainerVersion

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