Microsoft.Unix.DiskPartition디스크 파티션

Microsoft.Unix.DiskPartition (ClassType)

모든 Unix 디스크 파티션입니다.

Element properties:

Base ClassMicrosoft.Unix.LogicalDevice
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId82e4867d-5a0f-7488-204c-f0c322a4c39c

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.Unix.LogicalDevice:
DeviceID  string  장치 ID true 256  False 
DeviceName  string  장치 이름 false 256  False 
Microsoft.Unix.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.Unix.DiskPartition" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false" Base="Microsoft.Unix.LogicalDevice">
<Property ID="DiskIndex" Type="string" Key="false"/>
<Property ID="BlockSize" Type="string" Key="false"/>
<Property ID="PrimaryPartition" Type="string" Key="false"/>
<Property ID="Bootable" Type="string" Key="false"/>
<Property ID="Size" Type="string" Key="false"/>
</ClassType>