Uses of Enum
com.azure.resourcemanager.batch.models.DiskEncryptionTarget
Packages that use DiskEncryptionTarget
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DiskEncryptionTarget in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return DiskEncryptionTargetModifier and TypeMethodDescriptionstatic DiskEncryptionTargetDiskEncryptionTarget.fromString(String value) Parses a serialized value to a DiskEncryptionTarget instance.static DiskEncryptionTargetReturns 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type DiskEncryptionTargetModifier and TypeMethodDescriptionDiskEncryptionConfiguration.targets()Get the targets property: The list of disk targets Batch Service will encrypt on the compute node On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type DiskEncryptionTargetModifier and TypeMethodDescriptionDiskEncryptionConfiguration.withTargets(List<DiskEncryptionTarget> targets) Set the targets property: The list of disk targets Batch Service will encrypt on the compute node On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.