Microsoft.Windows.Server.10.0.LogicalProcessorLogische processor voor Windows Server 2016 en hoger

Microsoft.Windows.Server.10.0.LogicalProcessor (ClassType)

Alle instanties van een logische processor in de besturingssystemen Windows Server 2016 en hoger.

Knowledge Base article:

Samenvatting

Alle instanties van een logische processor in de besturingssystemen Windows Server 2016 en hoger.

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd2f05efb-0f42-6d86-d42e-d1549fac06ff

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Server.10.0.LogicalProcessor:
DeviceID  string  Apparaat-id true 256  False 
Name  string  Apparaatnaam false 256  False 
Description  string  Beschrijving apparaat false 256  False 
Manufacturer  string  Fabrikant false 256  False 
Speed  string  Kloksnelheid false 256  False 
MaxClockSpeed  string  Maximale kloksnelheid false 256  False 
PerfmonInstance  string  Prestatie-exemplaar Prestatie-exemplaar van de logische Windows Server 2016-processor false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.10.0.LogicalProcessor" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="DeviceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Manufacturer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Speed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MaxClockSpeed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PerfmonInstance" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>