Enum AzureVirtualMachineDiskType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of Azure virtual machine disk.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureVirtualMachineDiskType
Fields
Managed = 1
The type is managed.
Unknown = 0
The type is unknown.
Unmanaged = 2
The type unmanaged.