Share via


SupportedRuntimeVersion Class

Definition

Supported deployment runtime version descriptor.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.SupportedRuntimeVersionTypeConverter))]
public class SupportedRuntimeVersion : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedRuntimeVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.SupportedRuntimeVersionTypeConverter))>]
type SupportedRuntimeVersion = class
    interface ISupportedRuntimeVersion
    interface IJsonSerializable
Public Class SupportedRuntimeVersion
Implements ISupportedRuntimeVersion
Inheritance
SupportedRuntimeVersion
Attributes
Implements

Constructors

Name Description
SupportedRuntimeVersion()

Creates an new SupportedRuntimeVersion instance.

Properties

Name Description
Platform

The platform of this runtime version (possible values: "Java" or ".NET").

Value

The raw value which could be passed to deployment CRUD operations.

Version

The detailed version (major.minor) of the platform.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportedRuntimeVersion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportedRuntimeVersion.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedRuntimeVersion.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportedRuntimeVersion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to