DiskEncryptionTarget Enum

  • java.lang.Object
    • java.lang.Enum<DiskEncryptionTarget>
      • com.microsoft.azure.management.batch.DiskEncryptionTarget

public enum DiskEncryptionTarget

Defines values for DiskEncryptionTarget.

Fields

OS_DISK

The OS Disk on the compute node is encrypted.

TEMPORARY_DISK

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.

Methods

fromString(String value)

public static DiskEncryptionTarget fromString(String value)

Parses a serialized value to a DiskEncryptionTarget instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed DiskEncryptionTarget object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to