Enum MicrosoftFailoverClusterAwareUpdatingState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The state of cluster-aware updating in the cluster.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterAwareUpdatingState
Fields
Disabled = NotInstalled | Enabled
Cluster-aware updating is installed but disabled.
Enabled = 2
Cluster-aware updating is installed and enabled.
NotInstalled = 1
Cluster-aware updating is not installed.
Unknown = 0
The state is unknown.