VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals Interface
public interface WithManagedDiskOptionals
The optionals applicable only for managed disks.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withDataDiskDefaultCachingType(CachingTypes cachingType)
Specifies the default caching type for the managed data disks. |
Virtual |
withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
Specifies the default caching type for the managed data disks. |
Virtual |
withOSDiskStorageAccountType(StorageAccountTypes accountType)
Specifies the storage account type for managed OS disk. |
Method Details
withDataDiskDefaultCachingType
public WithManagedCreate withDataDiskDefaultCachingType(CachingTypes cachingType)
Specifies the default caching type for the managed data disks.
Parameters:
Returns:
withDataDiskDefaultStorageAccountType
public WithManagedCreate withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
Specifies the default caching type for the managed data disks.
Parameters:
Returns:
withOSDiskStorageAccountType
public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
Specifies the storage account type for managed OS disk.
Parameters:
Returns:
Applies to
Azure SDK for Java