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 (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.Windows.HyperV.VirtualHardwareComponent:
DeviceId  string  장치 ID 장치 ID 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>