VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals 接口
定义
The optionals applicable only for managed disks.
public interface WithManagedDiskOptionals
方法
withDataDiskDefaultCachingType(CachingTypes cachingType) |
Specifies the default caching type for the managed data disks.
|
withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType) |
Specifies the default caching type for the managed data disks.
|
withOSDiskStorageAccountType(StorageAccountTypes accountType) |
Specifies the storage account type for managed OS disk.
|