Template.Containers Property

Definition

Gets or sets list of container definitions for the Container App.

[Newtonsoft.Json.JsonProperty(PropertyName="containers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Container> Containers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containers")>]
member this.Containers : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Container> with get, set
Public Property Containers As IList(Of Container)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to