Compartilhar via


IJobExecution.TemplateContainer Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="List of container definitions for the Container Apps Job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionContainer) }, Read=true, ReadOnly=false, Required=false, SerializedName="containers", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionContainer> TemplateContainer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="List of container definitions for the Container Apps Job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionContainer) }, Read=true, ReadOnly=false, Required=false, SerializedName="containers", Update=true)>]
member this.TemplateContainer : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionContainer> with get, set
Public Property TemplateContainer As List(Of IJobExecutionContainer)

Property Value

Attributes

Applies to