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