VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskLun Interface
public interface WithDiskLun
The stage of the unmanaged 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 unmanaged data disk. |
Method Details
withLun
public 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
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java