Microsoft.Windows.Server.NetworkAdapterScheda di rete (Server)

Microsoft.Windows.Server.NetworkAdapter (ClassType)

Tutte le istanze di una scheda di rete indipendentemente dalla versione del sistema operativo Windows Server.

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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  ID periferica true 256  False 
Name  string  Nome periferica false 256  False 
Description  string  Descrizione periferica false 256  False 
Microsoft.Windows.Server.NetworkAdapter:
AdapterType  string  Tipo di scheda false 256  False 
Index  string  Indice false 256  False 
Manufacturer  string  Produttore false 256  False 
MACAddress  string  Indirizzo MAC false 256  False 
ServiceName  string  Nome del servizio false 256  False 
PerfmonInstance  string  Nome istanza del monitoraggio prestazioni false 256  False 
DHCPEnabled  string  DHCP abilitato false 256  False 
DHCPServer  string  Server DHCP false 256  False 
DNSDomain  string  Dominio DNS false 256  False 
IPAddress  string  Indirizzi IP false 256  False 
IPSubnet  string  Subnet 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>