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

Cluster.UpgradeMode 属性

定义

获取或设置新的 Service Fabric 运行时版本可用时群集的升级模式。

  • 自动 - 群集在可用后立即自动升级到最新的 Service Fabric 运行时版本。
  • 手动 - 群集不会自动升级到最新的 Service Fabric 运行时版本。 通过在群集资源中设置 clusterCodeVersion 属性来升级群集。 . 可能的值包括:“Automatic”、“Manual”
[Newtonsoft.Json.JsonProperty(PropertyName="properties.upgradeMode")]
public string UpgradeMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.upgradeMode")>]
member this.UpgradeMode : string with get, set
Public Property UpgradeMode As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于