Compartir a través de


ContainerGroup.Volumes Propiedad

Definición

Obtiene o establece la lista de volúmenes que pueden montar los contenedores de este grupo de contenedores.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a