次の方法で共有


DiskExclusionProperties.DiskLunList プロパティ

定義

VM 保護に使用するディスクの論理ユニット番号 (LUN) の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="diskLunList")]
public System.Collections.Generic.IList<int?> DiskLunList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="diskLunList")>]
member this.DiskLunList : System.Collections.Generic.IList<Nullable<int>> with get, set
Public Property DiskLunList As IList(Of Nullable(Of Integer))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象