CapabilitiesCapabilities.MaxMemoryInGB プロパティ

定義

許可される最大メモリ要求を GB 単位で取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="maxMemoryInGB")]
public double? MaxMemoryInGB { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxMemoryInGB")>]
member this.MaxMemoryInGB : Nullable<double>
Public ReadOnly Property MaxMemoryInGB As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象