Aracılığıyla paylaş


WindowsJavaContainerSettings Class

Definition

Windows Java Container settings.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WindowsJavaContainerSettingsTypeConverter))]
public class WindowsJavaContainerSettings : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWindowsJavaContainerSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WindowsJavaContainerSettingsTypeConverter))>]
type WindowsJavaContainerSettings = class
    interface IWindowsJavaContainerSettings
    interface IJsonSerializable
Public Class WindowsJavaContainerSettings
Implements IWindowsJavaContainerSettings
Inheritance
WindowsJavaContainerSettings
Attributes
Implements

Constructors

WindowsJavaContainerSettings()

Creates an new WindowsJavaContainerSettings instance.

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).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WindowsJavaContainerSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WindowsJavaContainerSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWindowsJavaContainerSettings.

FromJsonString(String)

Creates a new instance of WindowsJavaContainerSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WindowsJavaContainerSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to