ClusterInPlaceUpgradeProperties 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.
Properties of in-place upgrading cluster. Please note ClusterInPlaceUpgradeProperties 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 ClusterHotfixUpgradeProperties and ClusterPatchVersionUpgradeProperties.
public class ClusterInPlaceUpgradeProperties : Azure.ResourceManager.HDInsight.Containers.Models.ClusterUpgradeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterInPlaceUpgradeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterInPlaceUpgradeProperties>
type ClusterInPlaceUpgradeProperties = class
inherit ClusterUpgradeProperties
interface IJsonModel<ClusterInPlaceUpgradeProperties>
interface IPersistableModel<ClusterInPlaceUpgradeProperties>
Public Class ClusterInPlaceUpgradeProperties
Inherits ClusterUpgradeProperties
Implements IJsonModel(Of ClusterInPlaceUpgradeProperties), IPersistableModel(Of ClusterInPlaceUpgradeProperties)
- Inheritance
- Derived
- Implements
Constructors
ClusterInPlaceUpgradeProperties() |
Initializes a new instance of ClusterInPlaceUpgradeProperties. |
Properties
ComponentName |
Name of component to be upgraded. |
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