Interface VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskSize
-
- All Known Subinterfaces:
VirtualMachineScaleSetUnmanagedDataDisk.Update
- Enclosing interface:
- VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages
public static interface VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskSizeThe stage of the unmanaged data disk update allowing to set the disk size.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSetUnmanagedDataDisk.UpdatewithSizeInGB(Integer sizeInGB)Specifies the new size in GB for data disk.
-
-
-
Method Detail
-
withSizeInGB
VirtualMachineScaleSetUnmanagedDataDisk.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 unmanaged data disk update
-
-