Uses of Class
com.azure.compute.batch.models.DiffDiskPlacement
Packages that use DiffDiskPlacement
-
Uses of DiffDiskPlacement in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as DiffDiskPlacementModifier and TypeFieldDescriptionstatic final DiffDiskPlacement
DiffDiskPlacement.CACHE_DISK
The Ephemeral OS Disk is stored on the VM cache.Methods in com.azure.compute.batch.models that return DiffDiskPlacementModifier and TypeMethodDescriptionstatic DiffDiskPlacement
DiffDiskPlacement.fromString
(String name) Creates or finds a DiffDiskPlacement from its string representation.DiffDiskSettings.getPlacement()
Get the placement property: Specifies the ephemeral disk placement for operating system disk for all VMs in the pool.Methods in com.azure.compute.batch.models that return types with arguments of type DiffDiskPlacementModifier and TypeMethodDescriptionstatic Collection
<DiffDiskPlacement> DiffDiskPlacement.values()
Gets known DiffDiskPlacement values.Methods in com.azure.compute.batch.models with parameters of type DiffDiskPlacementModifier and TypeMethodDescriptionDiffDiskSettings.setPlacement
(DiffDiskPlacement placement) Set the placement property: Specifies the ephemeral disk placement for operating system disk for all VMs in the pool.