SystemResources 구조체

정의

주의

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

기본 시스템에서 정의한 CPU 및 메모리 제한에 대한 정보를 제공합니다.

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
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
type SystemResources = struct
Public Structure SystemResources
상속
SystemResources
특성

생성자

Name Description
SystemResources(Double, Double, UInt64, UInt64)
사용되지 않음.

SystemResources 구조체의 새 인스턴스를 초기화합니다.

속성

Name Description
GuaranteedCpuUnits
사용되지 않음.

시스템에서 사용할 수 있는 CPU 단위를 가져옵니다.

GuaranteedMemoryInBytes
사용되지 않음.

시스템에 할당된 메모리를 바이트 단위로 가져옵니다.

MaximumCpuUnits
사용되지 않음.

시스템에서 사용할 수 있는 최대 CPU 단위를 가져옵니다.

MaximumMemoryInBytes
사용되지 않음.

컨테이너의 요청 메모리 제한 또는 VM에 할당된 최대값을 가져옵니다.

적용 대상