Sdílet prostřednictvím


BatchDiskEncryptionTarget Enum

Definition

If omitted, no disks on the compute nodes in the pool will be encrypted.

public enum BatchDiskEncryptionTarget
type BatchDiskEncryptionTarget = 
Public Enum BatchDiskEncryptionTarget
Inheritance
BatchDiskEncryptionTarget

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