Interface VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskCaching
-
- All Known Subinterfaces:
VirtualMachineUnmanagedDataDisk.Update
- Enclosing interface:
- VirtualMachineUnmanagedDataDisk.UpdateStages
public static interface VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskCachingThe stage of the virtual machine data disk update allowing to set the disk caching type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineUnmanagedDataDisk.UpdatewithCaching(CachingTypes cachingType)Specifies the new caching type for the data disk.
-
-
-
Method Detail
-
withCaching
VirtualMachineUnmanagedDataDisk.Update withCaching(CachingTypes cachingType)
Specifies the new caching type for the data disk.- Parameters:
cachingType- the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'- Returns:
- the next stage of data disk update
-
-