Microsoft.Windows.HyperV.VirtualDriveHyper-V 虛擬硬碟

Microsoft.Windows.HyperV.VirtualDrive (ClassType)

Microsoft Windows Hyper-V 虛擬硬碟

Element properties:

Base ClassMicrosoft.Windows.HyperV.VirtualHardwareComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId03e836c7-217c-29c2-74f9-2250ebb4a543

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 
Microsoft.Windows.HyperV.VirtualDrive:
ConnectedControllerName  string  控制器名稱 控制器名稱 false 255  False 
ImageFile  string  影像檔案路徑 影像檔案路徑 false 255  False 
DriveType  string  虛擬硬碟類型 虛擬硬碟類型 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.HyperV.VirtualDrive" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.HyperV.VirtualHardwareComponent" Hosted="true" Singleton="false">
<Property ID="ConnectedControllerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="ImageFile" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="DriveType" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
</ClassType>