ManagedClusterUpgradeProfile 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 compute pools.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedClusterUpgradeProfile
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedClusterUpgradeProfile = class
Public Class ManagedClusterUpgradeProfile
- Inheritance
-
ManagedClusterUpgradeProfile
- Attributes
Constructors
ManagedClusterUpgradeProfile() |
Initializes a new instance of the ManagedClusterUpgradeProfile class. |
ManagedClusterUpgradeProfile(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String) |
Initializes a new instance of the ManagedClusterUpgradeProfile class. |
Properties
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. |
Id |
Gets the ID of the upgrade profile. |
Name |
Gets the name of the upgrade profile. |
Type |
Gets the type of the upgrade profile. |
Methods
Validate() |
Validate the object. |