Interface Disk.UpdateStages.WithSize
-
- All Known Subinterfaces:
Disk.Update
- Enclosing interface:
- Disk.UpdateStages
public static interface Disk.UpdateStages.WithSizeThe stage of the managed disk definition allowing to specify new size.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Disk.UpdatewithSizeInGB(int sizeInGB)Specifies the disk size.
-
-
-
Method Detail
-
withSizeInGB
Disk.Update withSizeInGB(int sizeInGB)
Specifies the disk size.- Parameters:
sizeInGB- the disk size in GB- Returns:
- the next stage of the update
-
-