IWithNewVhdDiskSettings<ParentT>.WithLun(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the logical unit number for the data disk.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IWithNewVhdDiskSettings<ParentT> WithLun (int lun);
abstract member WithLun : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IWithNewVhdDiskSettings<'ParentT>
Public Function WithLun (lun As Integer) As IWithNewVhdDiskSettings(Of ParentT)
Parameters
- lun
- Int32
The logical unit number.