Uses of Enum
com.azure.resourcemanager.batch.models.DiffDiskPlacement
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DiffDiskPlacement in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic DiffDiskPlacement
DiffDiskPlacement.fromString
(String value) Parses a serialized value to a DiffDiskPlacement instance.DiffDiskSettings.placement()
Get the placement property: Specifies the ephemeral disk placement for operating system disk for all VMs in the pool.static DiffDiskPlacement
Returns the enum constant of this type with the specified name.static DiffDiskPlacement[]
DiffDiskPlacement.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDiffDiskSettings.withPlacement
(DiffDiskPlacement placement) Set the placement property: Specifies the ephemeral disk placement for operating system disk for all VMs in the pool.