ClusterInPlaceUpgradeProperties interface
Properties of in-place upgrading cluster.
- Extends
Properties
component |
Name of component to be upgraded. |
target |
Target build number of component to be upgraded. |
target |
Target cluster version of component to be upgraded. |
target |
Target OSS version of component to be upgraded. |
upgrade |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
componentName
Name of component to be upgraded.
componentName?: string
Property Value
string
targetBuildNumber
Target build number of component to be upgraded.
targetBuildNumber?: string
Property Value
string
targetClusterVersion
Target cluster version of component to be upgraded.
targetClusterVersion?: string
Property Value
string
targetOssVersion
Target OSS version of component to be upgraded.
targetOssVersion?: string
Property Value
string
upgradeType
Polymorphic discriminator, which specifies the different types this object can be
upgradeType: "HotfixUpgrade" | "PatchVersionUpgrade" | "ClusterInPlaceUpgradeProperties"
Property Value
"HotfixUpgrade" | "PatchVersionUpgrade" | "ClusterInPlaceUpgradeProperties"
Azure SDK for JavaScript