Uses of Class
com.azure.compute.batch.models.DiskEncryptionTarget
Packages that use DiskEncryptionTarget
-
Uses of DiskEncryptionTarget in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as DiskEncryptionTargetModifier and TypeFieldDescriptionstatic final DiskEncryptionTargetDiskEncryptionTarget.OS_DISKThe OS Disk on the compute node is encrypted.static final DiskEncryptionTargetDiskEncryptionTarget.TEMPORARY_DISKThe temporary disk on the compute node is encrypted.Methods in com.azure.compute.batch.models that return DiskEncryptionTargetModifier and TypeMethodDescriptionstatic DiskEncryptionTargetDiskEncryptionTarget.fromString(String name) Creates or finds a DiskEncryptionTarget from its string representation.Methods in com.azure.compute.batch.models that return types with arguments of type DiskEncryptionTargetModifier and TypeMethodDescriptionDiskEncryptionConfiguration.getTargets()Get the targets property: The list of disk targets Batch Service will encrypt on the compute node.static Collection<DiskEncryptionTarget> DiskEncryptionTarget.values()Gets known DiskEncryptionTarget values.Method parameters in com.azure.compute.batch.models with type arguments of type DiskEncryptionTargetModifier and TypeMethodDescriptionDiskEncryptionConfiguration.setTargets(List<DiskEncryptionTarget> targets) Set the targets property: The list of disk targets Batch Service will encrypt on the compute node.