IContainerGroupProfileProperties.Container Property

Definition

The containers within the container group.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The containers within the container group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainer) }, Read=true, ReadOnly=false, Required=true, SerializedName="containers", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainer> Container { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The containers within the container group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainer) }, Read=true, ReadOnly=false, Required=true, SerializedName="containers", Update=true)>]
member this.Container : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainer> with get, set
Public Property Container As List(Of IContainer)

Property Value

Attributes

Applies to