Share via


IaasVMRestoreRequest.RestoreDiskLunList Property

Definition

Gets or sets list of Disk LUNs for partial restore

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to