Interface VirtualMachineCustomImage.DefinitionStages.WithOSDiskSettings
-
- All Known Subinterfaces:
VirtualMachineCustomImage.Definition,VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings
- Enclosing interface:
- VirtualMachineCustomImage.DefinitionStages
public static interface VirtualMachineCustomImage.DefinitionStages.WithOSDiskSettingsThe stage of an image definition allowing to specify configurations for the OS disk when it is created from the image's OS disk image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingswithOSDiskCaching(CachingTypes cachingType)Specifies the caching type for OS disk.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingswithOSDiskSizeInGB(int diskSizeGB)Specifies the size in GB for OS disk.
-
-
-
Method Detail
-
withOSDiskSizeInGB
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings withOSDiskSizeInGB(int diskSizeGB)
Specifies the size in GB for OS disk.- Parameters:
diskSizeGB- the disk size in GB- Returns:
- the next stage of the definition
-
withOSDiskCaching
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings withOSDiskCaching(CachingTypes cachingType)
Specifies the caching type for OS disk.- Parameters:
cachingType- the disk caching type- Returns:
- the next stage of the definition
-
-