Enum AzureVirtualMachineEphemeralDiskType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the ephemeral disk type for an Azure virtual machine operating system disk.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureVirtualMachineEphemeralDiskType
Fields
CacheDisk = 3The ephemeral disk type is the cache disk.
None = 2The ephemeral disk type is none.
NotApplicable = 1The ephemeral disk type is not applicable.
ResourceDisk = 4The ephemeral disk type is the resource disk.
Unknown = 0The ephemeral disk type is unknown.