ClusterAvailableInPlaceUpgradeProperties 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 in-place upgrade. Please note ClusterAvailableInPlaceUpgradeProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ClusterAvailableUpgradeHotfixUpgradeProperties and ClusterAvailableUpgradePatchVersionUpgradeProperties.
public class ClusterAvailableInPlaceUpgradeProperties : Azure.ResourceManager.HDInsight.Containers.Models.ClusterAvailableUpgradeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterAvailableInPlaceUpgradeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterAvailableInPlaceUpgradeProperties>
type ClusterAvailableInPlaceUpgradeProperties = class
inherit ClusterAvailableUpgradeProperties
interface IJsonModel<ClusterAvailableInPlaceUpgradeProperties>
interface IPersistableModel<ClusterAvailableInPlaceUpgradeProperties>
Public Class ClusterAvailableInPlaceUpgradeProperties
Inherits ClusterAvailableUpgradeProperties
Implements IJsonModel(Of ClusterAvailableInPlaceUpgradeProperties), IPersistableModel(Of ClusterAvailableInPlaceUpgradeProperties)
- Inheritance
- Derived
- Implements
Constructors
ClusterAvailableInPlaceUpgradeProperties() |
Initializes a new instance of ClusterAvailableInPlaceUpgradeProperties. |
Properties
ComponentName |
Name of component to be upgraded. |
CreatedOn |
Created time of current available upgrade version. |
Description |
Hotfix version upgrade description. |
ExtendedProperties |
Extended properties of current available upgrade version. |
Severity |
Severity of this upgrade. |
SourceBuildNumber |
Source build number of current cluster component. |
SourceClusterVersion |
Source cluster version of current cluster component. |
SourceOssVersion |
Source OSS version of current cluster component. |
TargetBuildNumber |
Target build number of component to be upgraded. |
TargetClusterVersion |
Target cluster version of component to be upgraded. |
TargetOssVersion |
Target OSS version of component to be upgraded. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET