次の方法で共有


Template.Containers プロパティ

定義

コンテナー アプリのコンテナー定義の一覧を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象