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 = 1The type is managed.
Unknown = 0The type is unknown.
Unmanaged = 2The type unmanaged.