แชร์ผ่าน


SystemResources Struct

Definition

Caution

This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.

Provides information about the CPU and memory limits defined by the underlying system.

public value class SystemResources
[System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public readonly struct SystemResources
[<System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type SystemResources = struct
Public Structure SystemResources
Inheritance
SystemResources
Attributes

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