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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.