Enum HyperVServerVirtualMachineVhdType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The type of a Hyper-V virtual machine virtual hard disk file.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineVhdType
Fields
Differencing = 3
The VHD type is differencing disk.
Dynamic = 2
The VHD type is dynamically expanding.
Fixed = 1
The VHD type is fixed size.
Unknown = 0
The VHD type is unknown.