AgentPoolUpgradeProfile 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.
The list of available upgrades for an agent pool.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.AgentPoolUpgradeProfileTypeConverter))]
public class AgentPoolUpgradeProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.AgentPoolUpgradeProfileTypeConverter))>]
type AgentPoolUpgradeProfile = class
interface IAgentPoolUpgradeProfile
interface IJsonSerializable
Public Class AgentPoolUpgradeProfile
Implements IAgentPoolUpgradeProfile
- Inheritance
-
AgentPoolUpgradeProfile
- Attributes
- Implements
Constructors
AgentPoolUpgradeProfile() |
Creates an new AgentPoolUpgradeProfile instance. |
Properties
Id |
The ID of the agent pool upgrade profile. |
KubernetesVersion |
The Kubernetes version (major.minor.patch). |
LatestNodeImageVersion |
The latest AKS supported node image version. |
Name |
The name of the agent pool upgrade profile. |
OSType |
The operating system type. The default is Linux. |
Type |
The type of the agent pool upgrade profile. |
Upgrade |
List of orchestrator types and versions available for upgrade. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AgentPoolUpgradeProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AgentPoolUpgradeProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile. |
FromJsonString(String) |
Creates a new instance of AgentPoolUpgradeProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AgentPoolUpgradeProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |