你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

SupportedRuntimeVersion()

Creates an new SupportedRuntimeVersion instance.

Properties

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

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