VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskLun Interface
public static interface VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskLun
The stage of the virtual machine data disk update allowing to set the disk LUN.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withLun(Integer lun)
Specifies the new logical unit number for the data disk. |
Method Details
withLun
public abstract VirtualMachineUnmanagedDataDisk.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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java