Microsoft.Windows.Server.10.0.LogicalProcessorLogisk processor i Windows Server 2016

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

Alla instanser av en logisk processor på ett Windows Server 2016-operativsystem.

Knowledge Base article:

Summary

All instances of a Logical processor on Windows Server 2016 and 1709+ operating systems.

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId67b3e3ac-5583-a977-bb2d-cd3f9a7fb25c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (SVE) Description (SVE) 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  Enhetsidentifierare true 256  False 
Name  string  Enhetsnamn false 256  False 
Description  string  Enhetsbeskrivning false 256  False 
Manufacturer  string  Tillverkare false 256  False 
Speed  string  Klockhastighet false 256  False 
MaxClockSpeed  string  Maximal klockhastighet false 256  False 
PerfmonInstance  string  Prestandainstans Prestandainstans för Windows Server 2016 logiska processorn. 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>