Uses of Enum Class
com.microsoft.azure.management.batch.DiskEncryptionTarget
Packages that use DiskEncryptionTarget
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of DiskEncryptionTarget in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return DiskEncryptionTargetModifier and TypeMethodDescriptionstatic DiskEncryptionTarget
DiskEncryptionTarget.fromString
(String value) Parses a serialized value to a DiskEncryptionTarget instance.static DiskEncryptionTarget
Returns the enum constant of this class with the specified name.static DiskEncryptionTarget[]
DiskEncryptionTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.batch that return types with arguments of type DiskEncryptionTargetModifier and TypeMethodDescriptionDiskEncryptionConfiguration.targets()
Get on Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.Method parameters in com.microsoft.azure.management.batch with type arguments of type DiskEncryptionTargetModifier and TypeMethodDescriptionDiskEncryptionConfiguration.withTargets
(List<DiskEncryptionTarget> targets) Set on Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.