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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET