VirtualMachineVMImageListResponse.DataDiskConfiguration.LogicalUnitNumber Property

 

Optional. Specifies the Logical Unit Number (LUN) for the data disk. The LUN specifies the slot in which the data drive appears when mounted for usage by the virtual machine. This element is only listed when more than one data disk is attached to a virtual machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public Nullable<int> LogicalUnitNumber { get; set; }

Property Value

Type: System.Nullable<Int32>
Return to top
Show: