public static interface VirtualMachine.DefinitionStages.WithOSDiskSettings
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithCreate |
withOSDiskCaching(CachingTypes cachingType)
Specifies the caching type for the OS disk.
|
VirtualMachine.DefinitionStages.WithCreate |
withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
Specifies the encryption settings for the OS Disk.
|
VirtualMachine.DefinitionStages.WithCreate |
withOSDiskName(String name)
Specifies the name for the OS Disk.
|
VirtualMachine.DefinitionStages.WithCreate |
withOSDiskSizeInGB(int size)
Specifies the size of the OSDisk in GB.
|
VirtualMachine.DefinitionStages.WithCreate |
withOSDiskSizeInGB(Integer size)
Deprecated.
use
withOSDiskSizeInGB(int) instead |
VirtualMachine.DefinitionStages.WithCreate withOSDiskCaching(CachingTypes cachingType)
cachingType
- a caching typeVirtualMachine.DefinitionStages.WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
settings
- the encryption settings@Deprecated VirtualMachine.DefinitionStages.WithCreate withOSDiskSizeInGB(Integer size)
withOSDiskSizeInGB(int)
insteadsize
- the VHD sizeVirtualMachine.DefinitionStages.WithCreate withOSDiskSizeInGB(int size)
size
- the VHD sizeVirtualMachine.DefinitionStages.WithCreate withOSDiskName(String name)
name
- an OS disk nameCopyright © 2019. All rights reserved.