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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AgentPoolUpgradeProfile
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AgentPoolUpgradeProfile = class
Public Class AgentPoolUpgradeProfile
- Inheritance
-
AgentPoolUpgradeProfile
- Attributes
Constructors
AgentPoolUpgradeProfile() |
Initializes a new instance of the AgentPoolUpgradeProfile class. |
AgentPoolUpgradeProfile(String, String, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String) |
Initializes a new instance of the AgentPoolUpgradeProfile class. |
Properties
Id |
Gets the ID of the agent pool upgrade profile. |
KubernetesVersion |
Gets or sets the Kubernetes version (major.minor.patch). |
LatestNodeImageVersion |
Gets or sets the latest AKS supported node image version. |
Name |
Gets the name of the agent pool upgrade profile. |
OSType |
Gets or sets the operating system type. The default is Linux. Possible values include: 'Linux', 'Windows' |
Type |
Gets the type of the agent pool upgrade profile. |
Upgrades |
Gets or sets list of orchestrator types and versions available for upgrade. |
Methods
Validate() |
Validate the object. |