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

IWithManagedCreate.WithDataDiskDefaultCachingType(CachingTypes) 方法

定义

指定托管数据磁盘的默认缓存类型。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithManagedCreate WithDataDiskDefaultCachingType (Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType);
abstract member WithDataDiskDefaultCachingType : Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithManagedCreate
Public Function WithDataDiskDefaultCachingType (cachingType As CachingTypes) As IWithManagedCreate

参数

cachingType
CachingTypes

缓存类型。

返回

适用于