IWithDiskLun<ParentT>.WithLun(Int32) Method

Definition

Specifies the LUN for the data disk to be created from the disk image.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.CustomImageDataDisk.Definition.IWithImageSource<ParentT> WithLun (int lun);
abstract member WithLun : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.CustomImageDataDisk.Definition.IWithImageSource<'ParentT>
Public Function WithLun (lun As Integer) As IWithImageSource(Of ParentT)

Parameters

lun
Int32

The unique LUN for the data disk.

Returns

Applies to