ClusterHotfixUpgradeRollbackHistoryProperties interface
Cluster hotfix upgrade rollback history properties.
- Extends
Properties
upgrade |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited 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 |
Result of this upgrade. |
utc |
Time when created this upgrade history. |
Property Details
upgradeType
Polymorphic discriminator, which specifies the different types this object can be
upgradeType: "HotfixUpgradeRollback"
Property Value
"HotfixUpgradeRollback"
Inherited Property Details
componentName
Component name to upgrade.
componentName?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.componentName
severity
Severity of this upgrade.
severity?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.severity
sourceBuildNumber
Source build number.
sourceBuildNumber?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.sourceBuildNumber
sourceClusterVersion
Version with three part.
sourceClusterVersion?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.sourceClusterVersion
sourceOssVersion
Version with three part.
sourceOssVersion?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.sourceOssVersion
targetBuildNumber
Target build number.
targetBuildNumber?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.targetBuildNumber
targetClusterVersion
Version with three part.
targetClusterVersion?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.targetClusterVersion
targetOssVersion
Version with three part.
targetOssVersion?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.targetOssVersion
upgradeResult
Result of this upgrade.
upgradeResult: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.upgradeResult
utcTime
Time when created this upgrade history.
utcTime: string
Property Value
string
Inherited From ClusterInPlaceUpgradeHistoryProperties.utcTime
Azure SDK for JavaScript