ManagedClusterPoolUpgradeProfile 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 ManagedClusterPoolUpgradeProfile
type ManagedClusterPoolUpgradeProfile = class
Public Class ManagedClusterPoolUpgradeProfile
- Inheritance
-
ManagedClusterPoolUpgradeProfile
Constructors
ManagedClusterPoolUpgradeProfile() |
Initializes a new instance of the ManagedClusterPoolUpgradeProfile class. |
ManagedClusterPoolUpgradeProfile(String, String, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>) |
Initializes a new instance of the ManagedClusterPoolUpgradeProfile class. |
Properties
KubernetesVersion |
Gets or sets the Kubernetes version (major.minor.patch). |
Name |
Gets or sets the Agent Pool name. |
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. |