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

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