NumaNodeInfo Class
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.
NUMA node data.
public class NumaNodeInfo
type NumaNodeInfo = class
Public Class NumaNodeInfo
- Inheritance
-
NumaNodeInfo
Constructors
NumaNodeInfo() |
Initializes a new instance of NumaNodeInfo. |
Properties
EffectiveAvailableMemoryInMB |
The effective available memory on the NUMA node in MB. |
FreeVCpuIndexesForHpn |
The free VCPU indices for the Hpn VMs. |
LogicalCoreCountPerCore |
The logical cores per core count. |
NumaNodeIndex |
The NUMA node index. |
TotalMemoryInMB |
The total memory on the NUMA node. |
VCpuIndexesForHpn |
The VCPU indices for Hpn VMs. |
VCpuIndexesForRoot |
The VCPU indices for the root. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET