ContainerGroupInner.Containers プロパティ

定義

コンテナー グループ内のコンテナーを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象