DiskEncryptionTarget Enum

Definition

Defines values for DiskEncryptionTarget.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum DiskEncryptionTarget
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type DiskEncryptionTarget = 
Public Enum DiskEncryptionTarget
Inheritance
DiskEncryptionTarget
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

OsDisk 0

The OS Disk on the compute node is encrypted.

TemporaryDisk 1

The temporary disk on the compute node is encrypted. On Linux this encryption applies to other partitions (such as those on mounted data disks) when encryption occurs at boot time.

Applies to