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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.