DiskEncryptionConfiguration Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. DiskEncryptionConfiguration
- com.
public class DiskEncryptionConfiguration
The disk encryption configuration applied on compute nodes in the pool. Disk encryption configuration is not supported on Linux pool created with Azure Compute Gallery Image.
Constructor Summary
Constructor | Description | |
---|---|---|
DiskEncryptionConfiguration() |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Disk |
targets()
Get the list of disk targets Batch Service will encrypt on the compute node. |
Disk |
withTargets(List<DiskEncryptionTarget> targets)
Set the list of disk targets Batch Service will encrypt on the compute node. |
Methods inherited from java.lang.Object
Constructor Details
DiskEncryptionConfiguration
public DiskEncryptionConfiguration()
Method Details
targets
public List
Get the list of disk targets Batch Service will encrypt on the compute node.
Returns:
withTargets
public DiskEncryptionConfiguration withTargets(List
Set the list of disk targets Batch Service will encrypt on the compute node.
Parameters:
Returns:
Applies to
Azure SDK for Java