Compartir a través de


ContainerGroup.Containers Propiedad

Definición

Obtiene o establece los contenedores dentro del grupo de contenedores.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a