SystemResources Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the CPU and memory limits defined by the underlying system.
public value class SystemResources
public readonly struct SystemResources
type SystemResources = struct
Public Structure SystemResources
- Inheritance
Constructors
SystemResources(Double, Double, UInt64, UInt64) |
Initializes a new instance of the SystemResources struct. |
Properties
GuaranteedCpuUnits |
Gets the CPU units available in the system. |
GuaranteedMemoryInBytes |
Gets the memory allocated to the system in bytes. |
MaximumCpuUnits |
Gets the maximum CPU units available in the system. |
MaximumMemoryInBytes |
Gets the container's request memory limit or the maximum allocated for the VM. |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.