다음을 통해 공유


InMageDiskDetails.VolumeList Property

Definition

Gets or sets volumes of the disk.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to