ResourceLimits.MemoryInGB プロパティ

定義

このコンテナー インスタンスのメモリ制限を GB 単位で取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="memoryInGB")]
public double? MemoryInGB { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="memoryInGB")>]
member this.MemoryInGB : Nullable<double> with get, set
Public Property MemoryInGB As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象