VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskLun Interface
public interface WithDiskLun
The stage of the virtual machine data disk update allowing to set the disk LUN.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withLun(Integer lun)
Specifies the new logical unit number for the data disk. |
Method Details
withLun
public Update withLun(Integer lun)
Specifies the new logical unit number for the data disk.
Parameters:
lun
- the logical unit number
Returns:
the next stage of data disk update
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java