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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET