ClusterPatchVersionUpgradeProperties interface
Properties of upgrading cluster's patch version.
- Extends
Properties
upgrade |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited 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. |
Property Details
upgradeType
Polymorphic discriminator, which specifies the different types this object can be
upgradeType: "PatchVersionUpgrade"
Property Value
"PatchVersionUpgrade"
Inherited Property Details
componentName
Name of component to be upgraded.
componentName?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeProperties.componentName
targetBuildNumber
Target build number of component to be upgraded.
targetBuildNumber?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeProperties.targetBuildNumber
targetClusterVersion
Target cluster version of component to be upgraded.
targetClusterVersion?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeProperties.targetClusterVersion
targetOssVersion
Target OSS version of component to be upgraded.
targetOssVersion?: string
Property Value
string
Inherited From ClusterInPlaceUpgradeProperties.targetOssVersion
Azure SDK for JavaScript