WindowsJavaContainerSettings Class

Definition

Windows Java Container settings.

public class WindowsJavaContainerSettings
type WindowsJavaContainerSettings = class
Public Class WindowsJavaContainerSettings
Inheritance
WindowsJavaContainerSettings

Constructors

WindowsJavaContainerSettings()

Initializes a new instance of the WindowsJavaContainerSettings class.

WindowsJavaContainerSettings(String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the WindowsJavaContainerSettings class.

Properties

EndOfLifeDate

Gets end-of-life date for the minor version.

IsAutoUpdate

Gets &lt;code&gt;true&lt;/code&gt; if the stack version is auto-updated; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsDeprecated

Gets &lt;code&gt;true&lt;/code&gt; if the stack is deprecated; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsEarlyAccess

Gets &lt;code&gt;true&lt;/code&gt; if the minor version is early-access; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsHidden

Gets &lt;code&gt;true&lt;/code&gt; if the stack should be hidden; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsPreview

Gets &lt;code&gt;true&lt;/code&gt; if the stack is in preview; otherwise, &lt;code&gt;false&lt;/code&gt;.

JavaContainer

Gets java container (runtime only).

JavaContainerVersion

Gets java container version (runtime only).

Applies to