Share via


ManagedCluster.ClusterState Property

Definition

Gets the current state of the cluster. Possible values include: 'WaitingForNodes', 'Deploying', 'BaselineUpgrade', 'Upgrading', '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to