Sdílet prostřednictvím


AgentPoolUpgradeProfilePropertiesUpgradesItem Class

Definition

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

Constructors

AgentPoolUpgradeProfilePropertiesUpgradesItem()

Creates an new AgentPoolUpgradeProfilePropertiesUpgradesItem 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 AgentPoolUpgradeProfilePropertiesUpgradesItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentPoolUpgradeProfilePropertiesUpgradesItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentPoolUpgradeProfilePropertiesUpgradesItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to