VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithDiskSettings<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithDiskSettings
The stage of data disk image definition allowing to specify configurations for the data disk when it is created from the same data disk image.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDiskCaching(CachingTypes cachingType)
Specifies the caching type for data disk. |
abstract
With |
withDiskSizeInGB(int diskSizeGB)
Specifies the size in GB for data disk. |
Method Details
withDiskCaching
public abstract VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithAttach
Specifies the caching type for data disk.
Parameters:
Returns:
withDiskSizeInGB
public abstract VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithAttach
Specifies the size in GB for data disk.
Parameters:
Returns:
Applies to
Azure SDK for Java