ClusterAvailableUpgradeAksPatchUpgradeProperties 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.
Cluster available AKS patch version upgrade.
public class ClusterAvailableUpgradeAksPatchUpgradeProperties : Azure.ResourceManager.HDInsight.Containers.Models.ClusterAvailableUpgradeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterAvailableUpgradeAksPatchUpgradeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterAvailableUpgradeAksPatchUpgradeProperties>
type ClusterAvailableUpgradeAksPatchUpgradeProperties = class
inherit ClusterAvailableUpgradeProperties
interface IJsonModel<ClusterAvailableUpgradeAksPatchUpgradeProperties>
interface IPersistableModel<ClusterAvailableUpgradeAksPatchUpgradeProperties>
Public Class ClusterAvailableUpgradeAksPatchUpgradeProperties
Inherits ClusterAvailableUpgradeProperties
Implements IJsonModel(Of ClusterAvailableUpgradeAksPatchUpgradeProperties), IPersistableModel(Of ClusterAvailableUpgradeAksPatchUpgradeProperties)
- Inheritance
- Implements
Constructors
ClusterAvailableUpgradeAksPatchUpgradeProperties() |
Initializes a new instance of ClusterAvailableUpgradeAksPatchUpgradeProperties. |
Properties
CurrentVersion |
Current node pool version. |
CurrentVersionStatus |
Current AKS version's status: whether it is deprecated or supported. |
LatestVersion |
Latest available version, which should be equal to AKS control plane version if it's not deprecated. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET