Microsoft.Windows.HyperV.VirtualMachineMaszyna wirtualna funkcji Hyper-V

Microsoft.Windows.HyperV.VirtualMachine (ClassType)

Maszyna wirtualna funkcji Hyper-V systemu Microsoft Windows

Element properties:

Base ClassSystem.VirtualMachine
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId08d69902-9b8e-4c2a-7e4e-53f501e7ae8a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
System.ComputerHardware:
Model  string  Model Model false 256  False 
Manufacturer  string  Producent Producent false 256  False 
NumberOfProcessors  int  Liczba procesorów Liczba procesorów false 256   
Microsoft.Windows.HyperV.VirtualMachine:
VirtualMachineId  string  Identyfikator maszyny wirtualnej Identyfikator maszyny wirtualnej true 255  False 
VirtualMachineName  string  Nazwa maszyny wirtualnej Nazwa maszyny wirtualnej false 255  False 
ServerName  string  Nazwa serwera Nazwa serwera z uruchomioną funkcją Hyper-V false 255  False 
ComputerName  string  Nazwa komputera z maszyną wirtualną Nazwa komputera z maszyną wirtualną false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.HyperV.VirtualMachine" Accessibility="Public" Abstract="false" Base="Virtualization!System.VirtualMachine" Hosted="true" Singleton="false">
<Property ID="VirtualMachineId" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="VirtualMachineName" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ServerName" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ComputerName" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>