Share via


SystemResources.GuaranteedMemoryInBytes プロパティ

定義

システムに割り当てられたメモリをバイト単位で取得します。

public:
 property System::UInt64 GuaranteedMemoryInBytes { System::UInt64 get(); };
public ulong GuaranteedMemoryInBytes { get; }
member this.GuaranteedMemoryInBytes : uint64
Public ReadOnly Property GuaranteedMemoryInBytes As ULong

プロパティ値

注釈

この値は、Kubernetes メモリ要求パラメーターによって構成された保証されたメモリの数に対応します。

適用対象