다음을 통해 공유


DataDiskConfigurationCreateParameters.LogicalUnitNumber 속성

 

선택 사항입니다. 데이터 디스크에 대 한 LUN을 가져오거나 설정 합니다. LUN은 VM 이미지의 다른 데이터 디스크와 충돌하지 않아야 합니다. 이 매개 변수를 지정하는 경우에는 변경할 DataDiskConfiguration의 이름도 지정해야 합니다.

네임스페이스:   Microsoft.WindowsAzure.Management.Compute.Models
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

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)

속성 값

Type: System.Nullable<Int32>

참고 항목

DataDiskConfigurationCreateParameters 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스

맨 위로 이동