次の方法で共有


ManagedCluster.ClusterState プロパティ

定義

クラスターの現在の状態を取得します。 使用できる値は、'WaitingForNodes'、'Deploying'、'BaselineUpgrade'、'Upgradeing'、'UpgradeFailed'、'Ready' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clusterState")]
public string ClusterState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clusterState")>]
member this.ClusterState : string
Public ReadOnly Property ClusterState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象