ClusterInPlaceUpgradeHistoryProperties interface
Cluster in-place upgrade history properties.
- Extends
Properties
component |
Component name to upgrade. |
severity | Severity of this upgrade. |
source |
Source build number. |
source |
Version with three part. |
source |
Version with three part. |
target |
Target build number. |
target |
Version with three part. |
target |
Version with three part. |
upgrade |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
upgrade |
Result of this upgrade. |
utc |
Time when created this upgrade history. |
Property Details
componentName
Component name to upgrade.
componentName?: string
Property Value
string
severity
Severity of this upgrade.
severity?: string
Property Value
string
sourceBuildNumber
Source build number.
sourceBuildNumber?: string
Property Value
string
sourceClusterVersion
Version with three part.
sourceClusterVersion?: string
Property Value
string
sourceOssVersion
Version with three part.
sourceOssVersion?: string
Property Value
string
targetBuildNumber
Target build number.
targetBuildNumber?: string
Property Value
string
targetClusterVersion
Version with three part.
targetClusterVersion?: string
Property Value
string
targetOssVersion
Version with three part.
targetOssVersion?: string
Property Value
string
upgradeType
Polymorphic discriminator, which specifies the different types this object can be
upgradeType: "HotfixUpgrade" | "PatchVersionUpgrade" | "HotfixUpgradeRollback" | "ClusterInPlaceUpgradeHistoryProperties" | "PatchVersionUpgradeRollback"
Property Value
"HotfixUpgrade" | "PatchVersionUpgrade" | "HotfixUpgradeRollback" | "ClusterInPlaceUpgradeHistoryProperties" | "PatchVersionUpgradeRollback"
Inherited Property Details
upgradeResult
Result of this upgrade.
upgradeResult: string
Property Value
string
Inherited From ClusterUpgradeHistoryProperties.upgradeResult
utcTime
Time when created this upgrade history.
utcTime: string
Property Value
string
Inherited From ClusterUpgradeHistoryProperties.utcTime
Azure SDK for JavaScript