Uses of Class
com.azure.compute.batch.models.DiffDiskSettings
Packages that use DiffDiskSettings
-
Uses of DiffDiskSettings in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DiffDiskSettingsModifier and TypeMethodDescriptionstatic DiffDiskSettings
DiffDiskSettings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiffDiskSettings from the JsonReader.OSDisk.getEphemeralOSDiskSettings()
Get the ephemeralOSDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).DiffDiskSettings.setPlacement
(DiffDiskPlacement placement) Set 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 with parameters of type DiffDiskSettingsModifier and TypeMethodDescriptionOSDisk.setEphemeralOSDiskSettings
(DiffDiskSettings ephemeralOSDiskSettings) Set the ephemeralOSDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).