VirtualMachineDataDiskGetResponse.LogicalUnitNumber Property

 

Optional. The Logical Unit Number (LUN) for the disk. The LUN specifies the slot in which the data drive appears when mounted for usage by the virtual machine.

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

Syntax

public Nullable<int> LogicalUnitNumber { get; set; }
public:
property Nullable<int> LogicalUnitNumber {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member LogicalUnitNumber : Nullable<int> with get, set
Public Property LogicalUnitNumber As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

VirtualMachineDataDiskGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top