次の方法で共有


IJobTemplate.InitContainer Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="List of specialized containers that run before app containers.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IInitContainer) }, Read=true, ReadOnly=false, Required=false, SerializedName="initContainers", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IInitContainer> InitContainer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="List of specialized containers that run before app containers.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IInitContainer) }, Read=true, ReadOnly=false, Required=false, SerializedName="initContainers", Update=true)>]
member this.InitContainer : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IInitContainer> with get, set
Public Property InitContainer As List(Of IInitContainer)

Property Value

Attributes

Applies to