Package version:

Interface ClusterInPlaceUpgradeProperties

Properties of in-place upgrading cluster.

interface ClusterInPlaceUpgradeProperties {
    componentName?: string;
    targetBuildNumber?: string;
    targetClusterVersion?: string;
    targetOssVersion?: string;
    upgradeType: "ClusterInPlaceUpgradeProperties" | "HotfixUpgrade" | "PatchVersionUpgrade";
}

Hierarchy (view full)

Properties

componentName?: string

Name of component to be upgraded.

targetBuildNumber?: string

Target build number of component to be upgraded.

targetClusterVersion?: string

Target cluster version of component to be upgraded.

targetOssVersion?: string

Target OSS version of component to be upgraded.

upgradeType: "ClusterInPlaceUpgradeProperties" | "HotfixUpgrade" | "PatchVersionUpgrade"

Polymorphic discriminator, which specifies the different types this object can be