Share via


ContainerAppTemplate.InitContainers Property

Definition

List of specialized containers that run before app containers.

public Azure.Provisioning.BicepList<Azure.Provisioning.AppContainers.ContainerAppInitContainer> InitContainers { get; set; }
member this.InitContainers : Azure.Provisioning.BicepList<Azure.Provisioning.AppContainers.ContainerAppInitContainer> with get, set
Public Property InitContainers As BicepList(Of ContainerAppInitContainer)

Property Value

Applies to