ClusterState Class

Definition

Defines values for ClusterState.

public static class ClusterState
type ClusterState = class
Public Class ClusterState
Inheritance
ClusterState

Fields

BaselineUpgrade

Indicates that the cluster is upgrading to establishes the cluster version. This upgrade is automatically initiated when the cluster boots up for the first time.

Deploying

Indicates that the Service Fabric runtime is being installed on the VMs. Cluster resource will be in this state until the cluster boots up and system services are up.

Ready

Indicates that the cluster is in a stable state.

UpgradeFailed

Indicates that the last upgrade for the cluster has failed.

Upgrading

Indicates that the cluster is being upgraded with the user provided configuration.

WaitingForNodes

Indicates that the cluster resource is created and the resource provider is waiting for Service Fabric VM extension to boot up and report to it.

Applies to