你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClusterAvailableUpgradeHotfixUpgradeProperties 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 hotfix version upgrade.
public class ClusterAvailableUpgradeHotfixUpgradeProperties : Azure.ResourceManager.HDInsight.Containers.Models.ClusterAvailableInPlaceUpgradeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterAvailableUpgradeHotfixUpgradeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterAvailableUpgradeHotfixUpgradeProperties>
type ClusterAvailableUpgradeHotfixUpgradeProperties = class
inherit ClusterAvailableInPlaceUpgradeProperties
interface IJsonModel<ClusterAvailableUpgradeHotfixUpgradeProperties>
interface IPersistableModel<ClusterAvailableUpgradeHotfixUpgradeProperties>
Public Class ClusterAvailableUpgradeHotfixUpgradeProperties
Inherits ClusterAvailableInPlaceUpgradeProperties
Implements IJsonModel(Of ClusterAvailableUpgradeHotfixUpgradeProperties), IPersistableModel(Of ClusterAvailableUpgradeHotfixUpgradeProperties)
- Inheritance
-
ClusterAvailableUpgradeHotfixUpgradeProperties
- Implements
Constructors
ClusterAvailableUpgradeHotfixUpgradeProperties() |
Initializes a new instance of ClusterAvailableUpgradeHotfixUpgradeProperties. |
Properties
ComponentName |
Name of component to be upgraded. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
CreatedOn |
Created time of current available upgrade version. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
Description |
Hotfix version upgrade description. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
ExtendedProperties |
Extended properties of current available upgrade version. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
Severity |
Severity of this upgrade. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
SourceBuildNumber |
Source build number of current cluster component. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
SourceClusterVersion |
Source cluster version of current cluster component. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
SourceOssVersion |
Source OSS version of current cluster component. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
TargetBuildNumber |
Target build number of component to be upgraded. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
TargetClusterVersion |
Target cluster version of component to be upgraded. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |
TargetOssVersion |
Target OSS version of component to be upgraded. (Inherited from ClusterAvailableInPlaceUpgradeProperties) |