DiskEncryptionTarget Enum
- java.
lang. Object - java.
lang. Enum<DiskEncryptionTarget> - com.
microsoft. azure. management. batch. DiskEncryptionTarget
- com.
- java.
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
Returns
the parsed DiskEncryptionTarget object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java