Partager via


ImageDataDisk(Int32) Constructor

Definition

Initializes a new instance of ImageDataDisk.

public ImageDataDisk (int lun);
new Azure.ResourceManager.Compute.Models.ImageDataDisk : int -> Azure.ResourceManager.Compute.Models.ImageDataDisk
Public Sub New (lun As Integer)

Parameters

lun
Int32

Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.

Applies to