Uses of Enum
com.azure.resourcemanager.batch.models.DiskEncryptionTarget
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DiskEncryptionTarget in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic DiskEncryptionTarget
DiskEncryptionTarget.fromString
(String value) Parses a serialized value to a DiskEncryptionTarget instance.static DiskEncryptionTarget
Returns the enum constant of this type with the specified name.static DiskEncryptionTarget[]
DiskEncryptionTarget.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDiskEncryptionConfiguration.targets()
Get the targets property: The list of disk targets Batch Service will encrypt on the compute nodeModifier and TypeMethodDescriptionDiskEncryptionConfiguration.withTargets
(List<DiskEncryptionTarget> targets) Set the targets property: The list of disk targets Batch Service will encrypt on the compute node