Table of Contents

Enum AzureVirtualMachineDiskCacheType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the cache type of an Azure virtual machine disk.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureVirtualMachineDiskCacheType

Fields

None = 1

The cache type is none.

ReadOnly = 2

The cache type is read-only.

ReadWrite = 3

The cache type is read-write.

Unknown = 0

The cache type is unknown.