ContainerGroup.Containers Property

Definition

Gets or sets the containers within the container group.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to