ManagedClusterUpgradeProfileProperties 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.
Control plane and agent pool upgrade profiles.
public class ManagedClusterUpgradeProfileProperties
type ManagedClusterUpgradeProfileProperties = class
Public Class ManagedClusterUpgradeProfileProperties
- Inheritance
-
ManagedClusterUpgradeProfileProperties
Constructors
| Name | Description |
|---|---|
| ManagedClusterUpgradeProfileProperties() |
Initializes a new instance of the ManagedClusterUpgradeProfileProperties class. |
| ManagedClusterUpgradeProfileProperties(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>) |
Initializes a new instance of the ManagedClusterUpgradeProfileProperties class. |
Properties
| Name | Description |
|---|---|
| AgentPoolProfiles |
Gets or sets the list of available upgrade versions for agent pools. |
| ControlPlaneProfile |
Gets or sets the list of available upgrade versions for the control plane. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |