IWithDiskLun<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 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.