Table of Contents

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 = 1

The partition style is GPT.

Mbr = 2

The partition style is MBR.

Raw = 3

The partition style is RAW.

Unknown = 0

The partition style is unknown.