次の方法で共有


ClusterNode.MemoryInGiB プロパティ

定義

クラスター ノード上の使用可能なメモリの合計 (GiB 単位) を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象