ContainerAppJobTemplate.InitContainers Property

Definition

List of specialized containers that run before app containers.

public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppInitContainer> InitContainers { get; }
member this.InitContainers : System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppInitContainer>
Public ReadOnly Property InitContainers As IList(Of ContainerAppInitContainer)

Property Value

Applies to