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

ClusterAvailableVersion Class

Definition

ClusterAvailableVersion represents the cluster version that the cluster manager can be asked to create and manage.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterAvailableVersionTypeConverter))]
public class ClusterAvailableVersion : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterAvailableVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterAvailableVersionTypeConverter))>]
type ClusterAvailableVersion = class
    interface IClusterAvailableVersion
    interface IJsonSerializable
Public Class ClusterAvailableVersion
Implements IClusterAvailableVersion
Inheritance
ClusterAvailableVersion
Attributes
Implements

Constructors

ClusterAvailableVersion()

Creates an new ClusterAvailableVersion instance.

Properties

SupportExpiryDate

The last date the version of the platform is supported.

TargetClusterVersion

The version of the cluster to be deployed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterAvailableVersion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterAvailableVersion.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterAvailableVersion.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterAvailableVersion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to