ServiceFabricClusterState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The current state of the cluster.
- 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.
- 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.
- 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.
- UpdatingUserConfiguration - Indicates that the cluster is being upgraded with the user provided configuration.
- UpdatingUserCertificate - Indicates that the cluster is being upgraded with the user provided certificate.
- 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'.
- EnforcingClusterVersion - Indicates that cluster is on a different version than expected and the cluster is being upgraded to the expected version.
- 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.
- AutoScale - Indicates that the ReliabilityLevel of the cluster is being adjusted.
- Ready - Indicates that the cluster is in a stable state.
public readonly struct ServiceFabricClusterState : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ServiceFabricClusterState>
type ServiceFabricClusterState = struct
Public Structure ServiceFabricClusterState
Implements IEquatable(Of ServiceFabricClusterState)
- Inheritance
-
ServiceFabricClusterState
- Implements
Constructors
ServiceFabricClusterState(String) |
Initializes a new instance of ServiceFabricClusterState. |
Properties
AutoScale |
AutoScale. |
BaselineUpgrade |
BaselineUpgrade. |
Deploying |
Deploying. |
EnforcingClusterVersion |
EnforcingClusterVersion. |
Ready |
Ready. |
UpdatingInfrastructure |
UpdatingInfrastructure. |
UpdatingUserCertificate |
UpdatingUserCertificate. |
UpdatingUserConfiguration |
UpdatingUserConfiguration. |
UpgradeServiceUnreachable |
UpgradeServiceUnreachable. |
WaitingForNodes |
WaitingForNodes. |
Methods
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
Equality(ServiceFabricClusterState, ServiceFabricClusterState) |
Determines if two ServiceFabricClusterState values are the same. |
Implicit(String to ServiceFabricClusterState) |
Converts a string to a ServiceFabricClusterState. |
Inequality(ServiceFabricClusterState, ServiceFabricClusterState) |
Determines if two ServiceFabricClusterState values are not the same. |
Applies to
Azure SDK for .NET