Microsoft.Windows.PhysicalDisk實體磁碟 (抽象)

Microsoft.Windows.PhysicalDisk (ClassType)

定義 Windows 實體磁碟的基本內容

Element properties:

Base ClassMicrosoft.Windows.LogicalDevice
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf90c1a14-d2ee-b295-c130-6f90375489f5

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
Microsoft.Windows.LogicalDevice:
DeviceID  string  裝置識別碼 裝置識別碼 true 256  False     
Name  string  裝置名稱 裝置名稱 false 256  False     
Description  string  裝置描述 裝置描述 false 256  False     
Microsoft.Windows.PhysicalDisk:
MediaType  string  媒體類型 媒體類型 false 256  False     
PNPDeviceId  string  PNP 裝置識別碼 PNP 裝置識別碼 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.PhysicalDisk" Base="Microsoft.Windows.LogicalDevice" Accessibility="Public" Hosted="true" Abstract="true">
<!-- e.g. Fixed harddisk media -->
<Property ID="MediaType" Type="string"/>
<Property ID="PNPDeviceId" Type="string"/>
</ClassType>