Microsoft.Windows.Client.PhysicalDisk實體磁碟 (用戶端)

Microsoft.Windows.Client.PhysicalDisk (ClassType)

實體磁碟的所有執行個體,不限於任何版本的 Windows 用戶端作業系統。

Element properties:

Base ClassMicrosoft.Windows.PhysicalDisk
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9eeff9ea-64a1-5518-6e5c-657ab664c9b1

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.LogicalDevice:
DeviceID  string  裝置識別碼 true 256  False 
Name  string  裝置名稱 false 256  False 
Description  string  裝置描述 false 256  False 
Microsoft.Windows.Client.PhysicalDisk:
Caption  string  標題 false 256  False 
Index  string  索引 false 256  False 
InterfaceType  string  介面類型 false 256  False 
Manufacturer  string  製造商 false 256  False 
Model  string  型號 false 256  False 
SCSIBus  string  SCSI 匯流排 false 256  False 
SCSILogicalUnit  string  SCSI 邏輯單元 false 256  False 
SCSIPort  string  SCSI 連接埠 false 256  False 
SCSITargetID  string  SCSI TargetID false 256  False 
Size  string  大小 false 256  False 
TotalCylinders  string  磁柱總計 false 256  False 
TotalHeads  string  磁頭總計 false 256  False 
TotalSectors  string  磁區總計 false 256  False 
TotalTracks  string  磁軌總計 false 256  False 
TracksPerCylinder  string  每個磁柱的磁軌數 false 256  False 
PerfmonInstance  string  效能監視執行個體名稱 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Client.PhysicalDisk" Abstract="true" Accessibility="Public" Base="Windows!Microsoft.Windows.PhysicalDisk" Hosted="true" Singleton="false">
<Property ID="Caption" Type="string"/>
<Property ID="Index" Type="string"/>
<Property ID="InterfaceType" Type="string"/>
<Property ID="Manufacturer" Type="string"/>
<Property ID="Model" Type="string"/>
<Property ID="SCSIBus" Type="string"/>
<Property ID="SCSILogicalUnit" Type="string"/>
<Property ID="SCSIPort" Type="string"/>
<Property ID="SCSITargetID" Type="string"/>
<Property ID="Size" Type="string"/>
<Property ID="TotalCylinders" Type="string"/>
<Property ID="TotalHeads" Type="string"/>
<Property ID="TotalSectors" Type="string"/>
<Property ID="TotalTracks" Type="string"/>
<Property ID="TracksPerCylinder" Type="string"/>
<Property ID="PerfmonInstance" Type="string"/>
</ClassType>