Package version:

Properties of upgrading cluster.

interface ClusterUpgradeProperties {
    upgradeType:
        | "AKSPatchUpgrade"
        | "ClusterInPlaceUpgradeProperties"
        | "HotfixUpgrade"
        | "PatchVersionUpgrade";
}

Hierarchy (view full)

Properties

Properties

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

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