LinuxJavaContainerSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Linux Java Container settings.
public class LinuxJavaContainerSettings
type LinuxJavaContainerSettings = class
Public Class LinuxJavaContainerSettings
- Inheritance
-
LinuxJavaContainerSettings
Constructors
LinuxJavaContainerSettings() |
Initializes a new instance of the LinuxJavaContainerSettings class. |
LinuxJavaContainerSettings(String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the LinuxJavaContainerSettings class. |
Properties
EndOfLifeDate |
Gets end-of-life date for the minor version. |
IsAutoUpdate |
Gets <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>. |
IsDeprecated |
Gets <code>true</code> if the stack is deprecated; otherwise, <code>false</code>. |
IsEarlyAccess |
Gets <code>true</code> if the minor version is early-access; otherwise, <code>false</code>. |
IsHidden |
Gets <code>true</code> if the stack should be hidden; otherwise, <code>false</code>. |
IsPreview |
Gets <code>true</code> if the stack is in preview; otherwise, <code>false</code>. |
Java11Runtime |
Gets java 11 version (runtime only). |
Java8Runtime |
Gets java 8 version (runtime only). |