VirtualMachineCustomImage.DefinitionStages.WithOSDiskSettings Interface
public static interface VirtualMachineCustomImage.DefinitionStages.WithOSDiskSettings
The 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
Modifier and Type | Method and Description |
---|---|
abstract
With |
withOSDiskCaching(CachingTypes cachingType)
Specifies the caching type for OS disk. |
abstract
With |
withOSDiskSizeInGB(int diskSizeGB)
Specifies the size in GB for OS disk. |
Method Details
withOSDiskCaching
public abstract VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings withOSDiskCaching(CachingTypes cachingType)
Specifies the caching type for OS disk.
Parameters:
Returns:
withOSDiskSizeInGB
public abstract VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings withOSDiskSizeInGB(int diskSizeGB)
Specifies the size in GB for OS disk.
Parameters:
Returns:
Applies to
Azure SDK for Java