DataDisk.Lun 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定邏輯單元編號。
[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 之間,包含。