你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClusterUpgradeMode type

新的 Service Fabric 运行时版本可用时群集的升级模式。
KnownClusterUpgradeMode 可与 ClusterUpgradeMode 互换使用,此枚举包含服务支持的已知值。

服务支持的已知值

自动:群集将自动升级到最新的 Service Fabric 运行时版本,clusterUpgradeCadence 将确定新版本可用后升级何时启动。
手动:群集不会自动升级到最新的 Service Fabric 运行时版本。 通过在群集资源中设置 clusterCodeVersion 属性来升级群集。

type ClusterUpgradeMode = string