ClusterPoolAKSPatchVersionUpgradeProperties 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.
Properties of upgrading cluster pool's AKS patch version.
public class ClusterPoolAKSPatchVersionUpgradeProperties : Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolUpgradeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolAKSPatchVersionUpgradeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolAKSPatchVersionUpgradeProperties>
type ClusterPoolAKSPatchVersionUpgradeProperties = class
inherit ClusterPoolUpgradeProperties
interface IJsonModel<ClusterPoolAKSPatchVersionUpgradeProperties>
interface IPersistableModel<ClusterPoolAKSPatchVersionUpgradeProperties>
Public Class ClusterPoolAKSPatchVersionUpgradeProperties
Inherits ClusterPoolUpgradeProperties
Implements IJsonModel(Of ClusterPoolAKSPatchVersionUpgradeProperties), IPersistableModel(Of ClusterPoolAKSPatchVersionUpgradeProperties)
- Inheritance
- Implements
Constructors
ClusterPoolAKSPatchVersionUpgradeProperties() |
Initializes a new instance of ClusterPoolAKSPatchVersionUpgradeProperties. |
Properties
TargetAksVersion |
Target AKS version. When it's not set, latest version will be used. When upgradeClusterPool is true and upgradeAllClusterNodes is false, target version should be greater or equal to current version. When upgradeClusterPool is false and upgradeAllClusterNodes is true, target version should be equal to AKS version of cluster pool. |
UpgradeAllClusterNodes |
whether upgrade all clusters' nodes. If it's true, upgradeClusterPool should be false. |
UpgradeClusterPool |
whether upgrade cluster pool or not. If it's true, upgradeAllClusterNodes should be false. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET