IRevision.TemplateContainer Property

Definition

List of container definitions for the Container App.

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

Property Value

Attributes

Applies to