Microsoft.Windows.Server.DiskPartition磁盘分区(服务器)

Microsoft.Windows.Server.DiskPartition (ClassType)

无论 Windows 服务器操作系统版本是什么,磁盘分区的所有实例

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 (CHS) Description (CHS) 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>