A2AUnprotectedDiskDetails.DiskLunId Property

Definition

Gets or sets the source lun Id for the data disk.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to