Freigeben über


ManagedClusterPoolUpgradeProfileUpgradesItem Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterPoolUpgradeProfileUpgradesItemTypeConverter))]
public class ManagedClusterPoolUpgradeProfileUpgradesItem : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterPoolUpgradeProfileUpgradesItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterPoolUpgradeProfileUpgradesItemTypeConverter))>]
type ManagedClusterPoolUpgradeProfileUpgradesItem = class
    interface IManagedClusterPoolUpgradeProfileUpgradesItem
    interface IJsonSerializable
Public Class ManagedClusterPoolUpgradeProfileUpgradesItem
Implements IManagedClusterPoolUpgradeProfileUpgradesItem
Inheritance
ManagedClusterPoolUpgradeProfileUpgradesItem
Attributes
Implements

Constructors

ManagedClusterPoolUpgradeProfileUpgradesItem()

Creates an new ManagedClusterPoolUpgradeProfileUpgradesItem instance.

Properties

IsPreview

Whether the Kubernetes version is currently in preview.

KubernetesVersion

The Kubernetes version (major.minor.patch).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterPoolUpgradeProfileUpgradesItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterPoolUpgradeProfileUpgradesItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterPoolUpgradeProfileUpgradesItem.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterPoolUpgradeProfileUpgradesItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to