Table of Contents

Enum HyperVServerVirtualMachineVhdFormat

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The format of a Hyper-V virtual machine virtual hard disk file.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineVhdFormat

Fields

Unknown = 0

The VHD format is unknown.

Vhd = 1

The VHD format is VHD.

VhdSet = 3

The VHD format is VHDSet.

Vhdx = 2

The VHD format is VHDX.