Class DiskEncryptionConfiguration
java.lang.Object
com.microsoft.azure.management.batch.DiskEncryptionConfiguration
The disk encryption configuration applied on compute nodes in the pool. Disk
encryption configuration is not supported on Linux pool created with Virtual
Machine Image or Shared Image Gallery Image.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontargets()
Get on Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.withTargets
(List<DiskEncryptionTarget> targets) Set on Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
-
Constructor Details
-
DiskEncryptionConfiguration
public DiskEncryptionConfiguration()
-
-
Method Details
-
targets
Get on Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.- Returns:
- the targets value
-
withTargets
Set on Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.- Parameters:
targets
- the targets value to set- Returns:
- the DiskEncryptionConfiguration object itself.
-