AvailableRuntimeVersions Class

Definition

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

Constructors

Name Description
AvailableRuntimeVersions()

Creates an new AvailableRuntimeVersions instance.

Properties

Name Description
Value

A list of all supported runtime versions.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AvailableRuntimeVersions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AvailableRuntimeVersions.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AvailableRuntimeVersions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to