Uses of Class
com.azure.resourcemanager.batch.models.DiffDiskSettings
Packages that use DiffDiskSettings
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DiffDiskSettings in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return DiffDiskSettingsModifier and TypeMethodDescriptionOSDisk.ephemeralOSDiskSettings()Get the ephemeralOSDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.DiffDiskSettings.withPlacement(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.resourcemanager.batch.models with parameters of type DiffDiskSettingsModifier and TypeMethodDescriptionOSDisk.withEphemeralOSDiskSettings(DiffDiskSettings ephemeralOSDiskSettings) Set the ephemeralOSDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.