次の方法で共有


VolumeContainer.VolumeCount プロパティ

定義

ボリューム コンテナー内のボリュームの数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.volumeCount")]
public int? VolumeCount { get; protected set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.volumeCount")>]
member this.VolumeCount : Nullable<int> with get, set
Public Property VolumeCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象