Interface VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskSize
-
- All Known Subinterfaces:
VirtualMachineUnmanagedDataDisk.Update
- Enclosing interface:
- VirtualMachineUnmanagedDataDisk.UpdateStages
public static interface VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskSizeThe stage of the virtual machine data disk update allowing to set the disk size.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineUnmanagedDataDisk.UpdatewithSizeInGB(Integer sizeInGB)Specifies the new size in GB for data disk.
-
-
-
Method Detail
-
withSizeInGB
VirtualMachineUnmanagedDataDisk.Update withSizeInGB(Integer sizeInGB)
Specifies the new size in GB for data disk.- Parameters:
sizeInGB- the disk size in GB- Returns:
- the next stage of data disk update
-
-