Class OSDisk
- java.lang.Object
-
- com.microsoft.azure.management.batch.OSDisk
-
public class OSDisk extends Object
Settings for the operating system disk of the virtual machine.
-
-
Constructor Summary
Constructors Constructor Description OSDisk()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachingTypecaching()Get the caching value.OSDiskwithCaching(CachingType caching)Set the caching value.
-
-
-
Method Detail
-
caching
public CachingType caching()
Get the caching value.- Returns:
- the caching value
-
withCaching
public OSDisk withCaching(CachingType caching)
Set the caching value.- Parameters:
caching- the caching value to set- Returns:
- the OSDisk object itself.
-
-