Microsoft.Windows.HyperV.VirtualHardwareComponentHyper-V 虛擬硬體元件

Microsoft.Windows.HyperV.VirtualHardwareComponent (ClassType)

Microsoft Windows Hyper-V 虛擬硬體元件

Element properties:

Base ClassSystem.VirtualHardwareComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3689dff9-0cff-166c-7471-89f0823607f2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Windows.HyperV.VirtualHardwareComponent:
DeviceId  string  裝置識別碼 裝置識別碼 true 255  False 
Name  string  裝置名稱 裝置名稱 false 255  False 
VirtualMachineName  string  虛擬機器名稱 虛擬機器名稱 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.HyperV.VirtualHardwareComponent" Accessibility="Public" Abstract="true" Base="Virtualization!System.VirtualHardwareComponent" Hosted="true" Singleton="false">
<Property ID="DeviceId" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="VirtualMachineName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
</ClassType>