Microsoft.Windows.Server.DiskPartition디스크 파티션(서버)

Microsoft.Windows.Server.DiskPartition (ClassType)

Windows Server 운영 체제 버전에 관계없이 모든 디스크 파티션 인스턴스입니다.

Element properties:

Base ClassMicrosoft.Windows.DiskPartition
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3269a3b6-0c0d-e5c6-e0c5-573b9bc150b1

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.LogicalDevice:
DeviceID  string  장치 ID true 256  False 
Name  string  장치 이름 false 256  False 
Description  string  장치 설명 false 256  False 
Microsoft.Windows.Server.DiskPartition:
DiskIndex  string  디스크 인덱스 false 256  False 
BlockSize  string  블록 크기 false 256  False 
PrimaryPartition  string  주 파티션 false 256  False 
Bootable  string  부팅 가능 false 256  False 
Size  string  크기 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.DiskPartition" Abstract="true" Accessibility="Public" Base="Windows!Microsoft.Windows.DiskPartition" Hosted="true" Singleton="false">
<Property ID="DiskIndex" Type="string"/>
<Property ID="BlockSize" Type="string"/>
<Property ID="PrimaryPartition" Type="string"/>
<Property ID="Bootable" Type="string"/>
<Property ID="Size" Type="string"/>
</ClassType>