VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>.withCaching(CachingTypes cachingType) 方法
定义
Specifies the caching type for the unmanaged data disk.
public WithFromImageDiskSettings<ParentT> withCaching(CachingTypes cachingType)
参数
- cachingType
- CachingTypes
the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'
返回
the next stage of unmanaged data disk definition