Interface VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskLun
-
- All Known Subinterfaces:
VirtualMachineScaleSetUnmanagedDataDisk.Update
- Enclosing interface:
- VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages
public static interface VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskLunThe stage of the unmanaged data disk update allowing to set the disk LUN.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSetUnmanagedDataDisk.UpdatewithLun(Integer lun)Specifies the new logical unit number for the unmanaged data disk.
-
-
-
Method Detail
-
withLun
VirtualMachineScaleSetUnmanagedDataDisk.Update withLun(Integer lun)
Specifies the new logical unit number for the unmanaged data disk.- Parameters:
lun- the logical unit number- Returns:
- the next stage of unmanaged data disk update
-
-