Microsoft.Windows.Server.NetworkAdapterNätverkskort (server)

Microsoft.Windows.Server.NetworkAdapter (ClassType)

Alla instanser av ett nätverkskort oavsett Windows Server-operativsystemversion.

Element properties:

Base ClassMicrosoft.Windows.NetworkAdapter
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0a85ddc4-f98a-fd45-a30e-e6e0edb1f85c

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.LogicalDevice:
DeviceID  string  Device ID true 256  False 
Name  string  Device Name false 256  False 
Description  string  Device Description false 256  False 
Microsoft.Windows.Server.NetworkAdapter:
AdapterType  string  Korttyp false 256  False 
Index  string  Index false 256  False 
Manufacturer  string  Tillverkare false 256  False 
MACAddress  string  MAC-adress false 256  False 
ServiceName  string  Tjänstnamn false 256  False 
PerfmonInstance  string  Instansnamn för prestandaövervakare false 256  False 
DHCPEnabled  string  DHCP aktiverat false 256  False 
DHCPServer  string  DHCP-server false 256  False 
DNSDomain  string  DNS-domän false 256  False 
IPAddress  string  IP-adress(er) false 256  False 
IPSubnet  string  IP-undernät 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>