Microsoft.Windows.Server.NetworkAdapterネットワーク アダプター (サーバー)

Microsoft.Windows.Server.NetworkAdapter (ClassType)

Windows サーバー オペレーティング システムのバージョンに関係のない、ネットワーク アダプターのすべてのインスタンス。

Element properties:

Base ClassMicrosoft.Windows.NetworkAdapter
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde2ea0f3e-a2ac-41d8-9ba2-7c0b524a121e

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.NetworkAdapter:
AdapterType  string  アダプターの種類 false 256  False 
Index  string  インデックス false 256  False 
Manufacturer  string  製造元 false 256  False 
MACAddress  string  MAC アドレス false 256  False 
ServiceName  string  サービス名 false 256  False 
PerfmonInstance  string  パフォーマンス モニターのインスタンス名 false 256  False 
DHCPEnabled  string  DHCP 有効 false 256  False 
DHCPServer  string  DHCP サーバー false 256  False 
DNSDomain  string  DNS ドメイン false 256  False 
IPAddress  string  IP アドレス false 256  False 
IPSubnet  string  IP サブネット false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.NetworkAdapter" Abstract="true" Accessibility="Public" Base="Windows!Microsoft.Windows.NetworkAdapter" Hosted="true" Singleton="false">
<Property ID="AdapterType" Type="string"/>
<Property ID="Index" Type="string"/>
<Property ID="Manufacturer" Type="string"/>
<Property ID="MACAddress" Type="string"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="PerfmonInstance" Type="string"/>
<Property ID="DHCPEnabled" Type="string"/>
<Property ID="DHCPServer" Type="string"/>
<Property ID="DNSDomain" Type="string"/>
<Property ID="IPAddress" Type="string"/>
<Property ID="IPSubnet" Type="string"/>
</ClassType>