Microsoft.Windows.HyperV.VirtualMachineHyper-V 虛擬機器

Microsoft.Windows.HyperV.VirtualMachine (ClassType)

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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Windows.HyperV.VirtualMachine:
VirtualMachineId  string  虛擬機器識別碼 虛擬機器識別碼 true 255  False 
VirtualMachineName  string  虛擬機器名稱 虛擬機器名稱 false 255  False 
ServerName  string  伺服器名稱 執行 Hyper-V 之伺服器的名稱 false 255  False 
ComputerName  string  虛擬機器電腦名稱 虛擬機器電腦名稱 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>