Microsoft.Windows.Server.Processorプロセッサ (サーバー)

Microsoft.Windows.Server.Processor (ClassType)

Windows サーバー オペレーティング システムの全バージョンのプロセッサのすべてのインスタンス。

Element properties:

Base ClassMicrosoft.Windows.Processor
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0d35054a-de5a-ab5b-13a9-bcbb8e1b158f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  デバイス ID true 256  False 
Name  string  デバイス名 false 256  False 
Description  string  デバイスの説明 false 256  False 
Microsoft.Windows.Server.Processor:
Manufacturer  string  製造元 false 256  False 
Speed  string  速度 false 256  False 
DataWidth  string  データ幅 false 256  False 
Revision  string  リビジョン false 256  False 
Version  string  [バージョン] false 256  False 
PerfmonInstance  string  パフォーマンス モニタのインスタンス名 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.Processor" Abstract="true" Accessibility="Public" Base="Windows!Microsoft.Windows.Processor" Hosted="true" Singleton="false">
<Property ID="Manufacturer" Type="string"/>
<Property ID="Speed" Type="string"/>
<Property ID="DataWidth" Type="string"/>
<Property ID="Revision" Type="string"/>
<Property ID="Version" Type="string"/>
<Property ID="PerfmonInstance" Type="string"/>
</ClassType>