ContainerGroupInner.Volumes Property

Definition

Gets or sets the list of volumes that can be mounted by containers in this container group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to