다음을 통해 공유


RestorePointSourceVMStorageProfile.DataDisks Property

Definition

Gets the data disks of the VM captured at the time of the restore point creation.

[Newtonsoft.Json.JsonProperty(PropertyName="dataDisks")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk> DataDisks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataDisks")>]
member this.DataDisks : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk> with get, set
Public Property DataDisks As IList(Of RestorePointSourceVMDataDisk)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to