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