ManagedClusterPoolUpgradeProfileUpgradesItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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. |