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]
public class ManagedClusterUpgradeProfile : Microsoft.Azure.Management.ContainerService.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedClusterUpgradeProfile = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedClusterUpgradeProfile = class
inherit ProxyResource
Public Class ManagedClusterUpgradeProfile
Public Class ManagedClusterUpgradeProfile
Inherits ProxyResource
- Inheritance
-
ManagedClusterUpgradeProfile
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| ManagedClusterUpgradeProfile() |
Initializes a new instance of the ManagedClusterUpgradeProfile class. |
| ManagedClusterUpgradeProfile(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String, SystemData) |
Initializes a new instance of the ManagedClusterUpgradeProfile class. |
| ManagedClusterUpgradeProfile(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String) |
Initializes a new instance of the ManagedClusterUpgradeProfile 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. |
| Id |
Gets the ID of the upgrade profile. |
| Id |
Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from Resource) |
| Name |
Gets the name of the upgrade profile. |
| Name |
Gets the name of the resource (Inherited from Resource) |
| SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from Resource) |
| Type |
Gets the type of the upgrade profile. |
| Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |