次の方法で共有


ManagedCluster.ClusterCodeVersion プロパティ

定義

クラスターの Service Fabric ランタイム バージョンを取得または設定します。 このプロパティは、 clusterUpgradeMode が '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

適用対象