Table of Contents

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 = 3

The ephemeral disk type is the cache disk.

None = 2

The ephemeral disk type is none.

NotApplicable = 1

The ephemeral disk type is not applicable.

ResourceDisk = 4

The ephemeral disk type is the resource disk.

Unknown = 0

The ephemeral disk type is unknown.