你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskCaching Interface

public interface WithDiskCaching

The stage of the virtual machine data disk update allowing to set the disk caching type.

Method Summary

Modifier and Type Method and Description
VirtualMachineUnmanagedDataDisk.Update withCaching(CachingTypes cachingType)

Specifies the new caching type for the data disk.

Method Details

withCaching

public 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

Applies to