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. Serialized Name: LinuxJavaContainerSettings
public class LinuxJavaContainerSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.LinuxJavaContainerSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.LinuxJavaContainerSettings>
type LinuxJavaContainerSettings = class
interface IJsonModel<LinuxJavaContainerSettings>
interface IPersistableModel<LinuxJavaContainerSettings>
Public Class LinuxJavaContainerSettings
Implements IJsonModel(Of LinuxJavaContainerSettings), IPersistableModel(Of LinuxJavaContainerSettings)
- Inheritance
-
LinuxJavaContainerSettings
- Implements
Properties
| Name | Description |
|---|---|
| EndOfLifeOn |
End-of-life date for the minor version. Serialized Name: LinuxJavaContainerSettings.endOfLifeDate |
| IsAutoUpdate |
<code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>. Serialized Name: LinuxJavaContainerSettings.isAutoUpdate |
| IsDeprecated |
<code>true</code> if the stack is deprecated; otherwise, <code>false</code>. Serialized Name: LinuxJavaContainerSettings.isDeprecated |
| IsEarlyAccess |
<code>true</code> if the minor version is early-access; otherwise, <code>false</code>. Serialized Name: LinuxJavaContainerSettings.isEarlyAccess |
| IsHidden |
<code>true</code> if the stack should be hidden; otherwise, <code>false</code>. Serialized Name: LinuxJavaContainerSettings.isHidden |
| IsPreview |
<code>true</code> if the stack is in preview; otherwise, <code>false</code>. Serialized Name: LinuxJavaContainerSettings.isPreview |
| Java11Runtime |
Java 11 version (runtime only). Serialized Name: LinuxJavaContainerSettings.java11Runtime |
| Java8Runtime |
Java 8 version (runtime only). Serialized Name: LinuxJavaContainerSettings.java8Runtime |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<LinuxJavaContainerSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<LinuxJavaContainerSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<LinuxJavaContainerSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<LinuxJavaContainerSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<LinuxJavaContainerSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |