IContainerGroup.Containers Property

Definition

Gets the container instances in this container group.

public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Container> Containers { get; }
member this.Containers : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Container>
Public ReadOnly Property Containers As IReadOnlyDictionary(Of String, Container)

Property Value

Applies to