Uses of Enum
com.azure.resourcemanager.batch.models.DiffDiskPlacement
Packages that use DiffDiskPlacement
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DiffDiskPlacement in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return DiffDiskPlacementModifier and TypeMethodDescriptionstatic DiffDiskPlacementDiffDiskPlacement.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 DiffDiskPlacementReturns 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.Methods in com.azure.resourcemanager.batch.models with parameters of type DiffDiskPlacementModifier and TypeMethodDescriptionDiffDiskSettings.withPlacement(DiffDiskPlacement placement) Set the placement property: Specifies the ephemeral disk placement for operating system disk for all VMs in the pool.