Enum MicrosoftFailoverClusterDiskPartitionStyle
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the partition style of a Microsoft failover cluster disk.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterDiskPartitionStyle
Fields
Gpt = 1The partition style is GPT.
Mbr = 2The partition style is MBR.
Raw = 3The partition style is RAW.
Unknown = 0The partition style is unknown.