次の方法で共有


ILinuxJavaContainerSettings Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to