Uses of Enum Class
com.microsoft.azure.management.batch.DiffDiskPlacement
Packages that use DiffDiskPlacement
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of DiffDiskPlacement in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return DiffDiskPlacementModifier and TypeMethodDescriptionstatic DiffDiskPlacement
DiffDiskPlacement.fromString
(String value) Parses a serialized value to a DiffDiskPlacement instance.DiffDiskSettings.placement()
Get this property can be used by user in the request to choose which location the operating system should be in.static DiffDiskPlacement
Returns the enum constant of this class with the specified name.static DiffDiskPlacement[]
DiffDiskPlacement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.batch with parameters of type DiffDiskPlacementModifier and TypeMethodDescriptionDiffDiskSettings.withPlacement
(DiffDiskPlacement placement) Set this property can be used by user in the request to choose which location the operating system should be in.