Class OSDisk
java.lang.Object
com.microsoft.azure.management.batch.OSDisk
Settings for the operating system disk of the virtual machine.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the ephemeralOSDiskSettings value.withEphemeralOSDiskSettings
(DiffDiskSettings ephemeralOSDiskSettings) Set the ephemeralOSDiskSettings value.
-
Constructor Details
-
OSDisk
public OSDisk()
-
-
Method Details
-
ephemeralOSDiskSettings
Get the ephemeralOSDiskSettings value.- Returns:
- the ephemeralOSDiskSettings value
-
withEphemeralOSDiskSettings
Set the ephemeralOSDiskSettings value.- Parameters:
ephemeralOSDiskSettings
- the ephemeralOSDiskSettings value to set- Returns:
- the OSDisk object itself.
-