DataDisk.Lun 속성

정의

논리 단위 번호를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="lun")]
public int Lun { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lun")>]
member this.Lun : int with get, set
Public Property Lun As Integer

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

lun은 각 데이터 디스크를 고유하게 식별하는 데 사용됩니다. 여러 디스크를 연결하는 경우 각 디스크에는 고유한 lun이 있어야 합니다. 값은 0에서 63 사이여야 합니다( 포함).

적용 대상