AgentPoolUpgradeProfileInner 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 AgentPoolUpgradeProfileInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AgentPoolUpgradeProfileInner = class
Public Class AgentPoolUpgradeProfileInner
- Inheritance
-
AgentPoolUpgradeProfileInner
- Attributes
Constructors
AgentPoolUpgradeProfileInner() |
Initializes a new instance of the AgentPoolUpgradeProfileInner class. |
AgentPoolUpgradeProfileInner(String, OSType, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String) |
Initializes a new instance of the AgentPoolUpgradeProfileInner class. |
Properties
Id |
Gets id of the agent pool upgrade profile. |
KubernetesVersion |
Gets or sets kubernetes version (major, minor, patch). |
LatestNodeImageVersion |
Gets or sets latestNodeImageVersion is the latest AKS supported node image version. |
Name |
Gets name of the agent pool upgrade profile. |
OsType |
Gets or sets osType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows' |
Type |
Gets 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. |
Applies to
Azure SDK for .NET