Share via


ServiceFabricManagedClusterState Struct

Definition

The current state of the cluster.

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

Constructors

ServiceFabricManagedClusterState(String)

Initializes a new instance of ServiceFabricManagedClusterState.

Properties

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.

Methods

Equals(ServiceFabricManagedClusterState)

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(ServiceFabricManagedClusterState, ServiceFabricManagedClusterState)

Determines if two ServiceFabricManagedClusterState values are the same.

Implicit(String to ServiceFabricManagedClusterState)

Converts a string to a ServiceFabricManagedClusterState.

Inequality(ServiceFabricManagedClusterState, ServiceFabricManagedClusterState)

Determines if two ServiceFabricManagedClusterState values are not the same.

Applies to