DataDisk.Lun プロパティ

定義

データ ディスクの論理ユニット番号を取得または設定します。 この値は、VM 内のデータ ディスクを識別するために使用されるため、VM に接続されているデータ ディスクごとに一意である必要があります。

[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

適用対象