ContainerGroupInner.Volumes プロパティ

定義

このコンテナー グループ内のコンテナーによってマウントできるボリュームの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象