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.
[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 |
|
IsDeprecated |
|
IsEarlyAccess |
|
IsHidden |
|
IsPreview |
|
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. |