次の方法で共有


LinuxJavaContainerSettings Class

Definition

Linux Java Container settings.

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

Constructors

LinuxJavaContainerSettings()

Creates an new LinuxJavaContainerSettings 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.

Java11Runtime

Java 11 version (runtime only).

Java8Runtime

Java 8 version (runtime only).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinuxJavaContainerSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinuxJavaContainerSettings.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinuxJavaContainerSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to