Microsoft.Windows.HyperV.VirtualMachineVirtuele machine van Hyper-V

Microsoft.Windows.HyperV.VirtualMachine (ClassType)

Virtuele machine van Microsoft Windows Hyper-V

Element properties:

Base ClassSystem.VirtualMachine
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf451563d-ef16-da99-9829-692c2702bde9

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.HyperV.VirtualMachine:
VirtualMachineId  string  Id van virtuele machine Id van virtuele machine true 255  False 
VirtualMachineName  string  Naam van virtuele machine Naam van virtuele machine false 255  False 
ServerName  string  Servernaam Naam van server met Hyper-V false 255  False 
ComputerName  string  Computernaam van virtuele machine Computernaam van virtuele machine 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" MinLength="0" MaxLength="255"/>
<Property ID="VirtualMachineName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="ServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="ComputerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
</ClassType>