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

Cluster.ClusterCodeVersion 属性

定义

获取或设置群集的 Service Fabric 运行时版本。 此属性只能通过在 upgradeMode 设置为“Manual”时设置用户。 若要获取新群集的可用 Service Fabric 版本列表,请使用 ClusterVersion API。 若要获取现有群集的可用版本列表,请使用 availableClusterVersions

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clusterCodeVersion")]
public string ClusterCodeVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clusterCodeVersion")>]
member this.ClusterCodeVersion : string with get, set
Public Property ClusterCodeVersion As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于