ServiceFabricClusterState Struct

Definition

The current state of the cluster.

public readonly struct ServiceFabricClusterState : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ServiceFabricClusterState>
type ServiceFabricClusterState = struct
Public Structure ServiceFabricClusterState
Implements IEquatable(Of ServiceFabricClusterState)
Inheritance
ServiceFabricClusterState
Implements

Constructors

Name Description
ServiceFabricClusterState(String)

Initializes a new instance of ServiceFabricClusterState.

Properties

Name Description
AutoScale

Indicates that the ReliabilityLevel of the cluster is being adjusted.

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.

EnforcingClusterVersion

Indicates that cluster is on a different version than expected and the cluster is being upgraded to the expected version.

Ready

Indicates that the cluster is in a stable state.

UpdatingInfrastructure

Indicates that the cluster is being upgraded with the latest Service Fabric runtime version. This happens only when the upgradeMode is set to 'Automatic'.

UpdatingUserCertificate

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

UpdatingUserConfiguration

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

UpgradeServiceUnreachable

Indicates that the system service in the cluster is no longer polling the Resource Provider. Clusters in this state cannot be managed by the Resource Provider.

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.

Methods

Name Description
Equals(ServiceFabricClusterState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ServiceFabricClusterState, ServiceFabricClusterState)

Determines if two ServiceFabricClusterState values are the same.

Implicit(String to Nullable<ServiceFabricClusterState>)
Implicit(String to ServiceFabricClusterState)

Converts a string to a ServiceFabricClusterState.

Inequality(ServiceFabricClusterState, ServiceFabricClusterState)

Determines if two ServiceFabricClusterState values are not the same.

Applies to