Sdílet prostřednictvím


ManagedClusterUpgradeProfileProperties Class

Definition

Control plane and agent pool upgrade profiles.

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

Constructors

ManagedClusterUpgradeProfileProperties()

Creates an new ManagedClusterUpgradeProfileProperties instance.

Properties

AgentPoolProfile

The list of available upgrade versions for agent pools.

ControlPlaneProfileKubernetesVersion

The Kubernetes version (major.minor.patch).

ControlPlaneProfileName

The Agent Pool name.

ControlPlaneProfileOSType

The operating system type. The default is Linux.

ControlPlaneProfileUpgrade

List of orchestrator types and versions available for upgrade.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterUpgradeProfileProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterUpgradeProfileProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterUpgradeProfileProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to