ManagedClusterUpgradeProfileProperties 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.
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. |