共用方式為


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 之間,包含。

適用於