WindowsJavaContainerSettings Class

Definition

Windows Java Container settings.

public class WindowsJavaContainerSettings
public class WindowsJavaContainerSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.WindowsJavaContainerSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.WindowsJavaContainerSettings>
type WindowsJavaContainerSettings = class
type WindowsJavaContainerSettings = class
    interface IJsonModel<WindowsJavaContainerSettings>
    interface IPersistableModel<WindowsJavaContainerSettings>
Public Class WindowsJavaContainerSettings
Public Class WindowsJavaContainerSettings
Implements IJsonModel(Of WindowsJavaContainerSettings), IPersistableModel(Of WindowsJavaContainerSettings)
Inheritance
WindowsJavaContainerSettings
Implements

Properties

EndOfLifeOn

End-of-life date for the minor version.

IsAutoUpdate

<code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.

IsDeprecated

<code>true</code> if the stack is deprecated; otherwise, <code>false</code>.

IsEarlyAccess

<code>true</code> if the minor version is early-access; otherwise, <code>false</code>.

IsHidden

<code>true</code> if the stack should be hidden; otherwise, <code>false</code>.

IsPreview

<code>true</code> if the stack is in preview; otherwise, <code>false</code>.

JavaContainer

Java container (runtime only).

JavaContainerVersion

Java container version (runtime only).

Explicit Interface Implementations

IJsonModel<WindowsJavaContainerSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WindowsJavaContainerSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WindowsJavaContainerSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WindowsJavaContainerSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WindowsJavaContainerSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to