ContainerGroup.InitContainers Property

Definition

Gets or sets the init containers for a container group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to