Share via


VolumeGroupDetails.Volumes Property

Definition

Gets or sets list of volumes from group

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to